LoadOptions
LoadOptions class
Allows to specify additional options when loading a document.
public class LoadOptions
Constructors
Name |
Description |
LoadOptions() |
The default constructor. |
Properties
Name |
Description |
FileType { get; set; } |
Manually set the file type for comparison to override automatic file type detection. |
FontDirectories { get; set; } |
List of font directories to load. |
LoadText { get; set; } |
Indicates that the strings passed are comparison text, not file paths (For Text Comparison only). |
Password { get; set; } |
Password of document. |
See Also