PdfLoadOptions

PdfLoadOptions class

Contains options for loading PDF documents into Editor class

public sealed class PdfLoadOptions : ILoadOptions

Constructors

Name Description
PdfLoadOptions() The default constructor.

Properties

Name Description
Password { get; set; } Allows to specify, modify and obtain the password, which will be used for opening a PDF document, if it is encoded. Set to NULL or empty string in order to not use the password (default value).

See Also