RasterImageLoadOptions
RasterImageLoadOptions class
Options for loading Image documents.
public sealed class RasterImageLoadOptions : BaseImageLoadOptions
Constructors
Properties
| Name |
Description |
| CropArea { get; set; } |
Crop image area before conversion |
| DefaultFont { get; set; } |
Default font for Psd, Emf, Wmf document types. The following font will be used if a font is missing. |
| Format { get; set; } |
Input document file type. |
| virtual Format { get; } |
Input document file type. |
| ResetFontFolders { get; set; } |
Reset font folders before loading document |
| VectorizationOptions { get; set; } |
Sets vectorization options |
Methods
| Name |
Description |
| override Equals(object) |
Determines whether two object instances are equal. |
| virtual Equals(ValueObject) |
Determines whether two object instances are equal. |
| override GetHashCode() |
Serves as the default hash function. |
| SetHeicConnector(IHeicConnector) |
Set Heic image connector |
| SetOcrConnector(IOcrConnector) |
Set image OCR connector |
See Also