EpsLoadOptions
EpsLoadOptions class
EPS load options
public class EpsLoadOptions : LoadOptions
Constructors
Properties
Name |
Description |
BufferSizeHint { get; set; } |
Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. |
DataBackgroundColor { get; set; } |
Gets or sets the Image background Color . |
DataRecoveryMode { get; set; } |
Gets or sets the data recovery mode. |
PreviewExportFormat { get; set; } |
Gets or sets the preview format to use for export. If it is not set or specified format is absent, the best available quality is selected by default. |
ProgressEventHandler { get; set; } |
Gets or sets the progress event handler. |
Methods
Name |
Description |
AddCustomFontSource(CustomFontSource, params object[]) |
Adds the custom font source to supply image-specific fonts. |
See Also