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.
SkipExternalResources { get; set; } Disables loading of all external resources (e.g. images referenced by a remote URL) except WhitelistedResources.
WhitelistedResources { get; set; } The list of URL fragments corresponding to external resources that should be loaded when SkipExternalResources is set to true.

See Also