ImageLoadOptions class

ImageLoadOptions class

Options for loading Image documents.

The ImageLoadOptions type exposes the following members:

Constructors

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

Properties

Property Description
format The input document file type.
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