LoadOptions
Contents
[
Hide
]LoadOptions class
Represents the loading options.
public class LoadOptions
Constructors
Name | Description |
---|---|
LoadOptions() | The default constructor. |
Properties
Name | Description |
---|---|
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 |
See Also
- namespace Aspose.CAD
- assembly Aspose.CAD