RasterImageLoadOptions class

RasterImageLoadOptions class

Options for loading Image documents.

The RasterImageLoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the RasterImageLoadOptions class.

Methods

Method Description
set_heic_connector Set Heic image connector.
set_ocr_connector Set image OCR connector.

Properties

Property Description
crop_area The crop area of the image before conversion.
format The input document file type.
vectorization_options The vectorization options.
default_font The default font for PSD, EMF, and WMF document types, used when a font is missing. (inherited from BaseImageLoadOptions)
reset_font_folders The flag that resets font folders before loading the document. (inherited from BaseImageLoadOptions)

See Also