Class LoadOptions

LoadOptions class

Allows to specify additional options (such as password) when opening a document to annotate.

public class LoadOptions

Constructors

Name Description
LoadOptions() The default constructor.

Properties

Name Description
FontDirectories { get; set; } List of font directories to load custom fonts from
Password { get; set; } Document password
Version { get; set; } Sets what version of document will be load. Default State - last

See Also