Class LoadOptions

LoadOptions class

Represents the loading options.

public class LoadOptions

Constructors

NameDescription
LoadOptions()The default constructor.

Properties

NameDescription
CancellationToken { get; set; }Token that can be used to interrupt export operation
CustomFontFolderOptions { get; set; }Options to control behaviour of custom font folder.
CustomFontFolders { get; set; }Sets the custom font folders. Pass null to reset to default folders.
DataBackgroundColor { get; set; }Gets or sets the Image background Color.
Errors { get; }Gets the list of loading errors.
IgnoreErrors { get; set; }Whether to ignore load errors.
RecoverMalformedCifMif { get; set; }Whether to recover non-escaped CIF (U+XXXX) and MIF (M+nXXXX) character notations
SpecifiedEncoding { get; set; }Gets or sets the specified encoding.
SpecifiedMifEncoding { get; set; }Gets or sets encoding for MIF characters
UnloadOnDispose { get; set; }Whether to unload all data and free memory when Dispose is called
VectorizationOptions { get; set; }Gets or sets the Vectorization options.

See Also