PdfLoadOptions

PdfLoadOptions()

Initializes a new instance of the PdfLoadOptions class.

public PdfLoadOptions()

See Also


PdfLoadOptions(string)

Initializes a new instance of the PdfLoadOptions class with a specified password.

public PdfLoadOptions(string password)
Parameter Type Description
password String The password for opening an encrypted document.

See Also