ImageOptionsBase Properties |
The ImageOptionsBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | BufferSizeHint |
Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
|
![]() ![]() | DefaultReplacementFont |
Gets or sets the default replacement font (font that will be used to draw text when exporting to raster, if existing layer font in PSD file is not presented in system).
To take proper name of default font can be used next code snippet:
System.Drawing.Text.InstalledFontCollection col = new System.Drawing.Text.InstalledFontCollection();
System.Drawing.FontFamily[] families = col.Families;
string defaultFontName = families[0].Name;
PsdLoadOptions psdLoadOptions = new PsdLoadOptions() { DefaultReplacementFont = defaultFontName });
|
![]() | Disposed |
Gets a value indicating whether this instance is disposed.
(Inherited from DisposableObject.) |
![]() | FullFrame |
Gets or sets a value indicating whether [full frame].
|
![]() | MultiPageOptions |
The multipage options
|
![]() | Palette |
Gets or sets the color palette.
|
![]() | ProgressEventHandler |
Gets or sets the progress event handler.
|
![]() | ResolutionSettings |
Gets or sets the resolution settings.
|
![]() | Source |
Gets or sets the source to create image in.
|
![]() | VectorRasterizationOptions |
Gets or sets the vector rasterization options.
|
![]() | XmpData |
Gets or sets the XMP metadata container.
|