LoadOptions class

LoadOptions class

Represents the loading options.

The LoadOptions type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of LoadOptions

Properties

PropertyDescription
custom_font_folder_optionsOptions to control behaviour of custom font folder.
custom_font_foldersSets the custom font folders. Pass null to reset to default folders.
specified_encodingGets or sets the specified encoding.
specified_mif_encodingGets or sets encoding for MIF characters
data_background_colorGets or sets the Image background Color.
unload_on_disposeWhether to unload all data and free memory when Dispose is called
recover_malformed_cif_mifWhether to recover non-escaped CIF (U+XXXX) and MIF (M+nXXXX) character notations
ignore_errorsWhether to ignore load errors.
errorsGets the list of loading errors.

See Also