PdfLoadOptions

PdfLoadOptions class

Represents document loading options for a pdf document.

public sealed class PdfLoadOptions : LoadOptions

Constructors

Name Description
PdfLoadOptions() Initializes a new instance of the PdfLoadOptions class.
PdfLoadOptions(string) Initializes a new instance of the PdfLoadOptions class with a specified password.

Properties

Name Description
static Default { get; } Gets the default value for the PdfLoadOptions class.
Password { get; set; } Gets or sets the password for opening an encrypted document.

See Also