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
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