public final class PdfLoadOptions extends LoadOptions
Represents document loading options for a pdf document.
Constructor and Description |
---|
PdfLoadOptions()
Initializes a new instance of the
class. |
PdfLoadOptions(String password)
Initializes a new instance of the
class with a specified password. |
getPassword, setPassword
public PdfLoadOptions()
PdfLoadOptions
class.public PdfLoadOptions(String password)
PdfLoadOptions
class with a specified password.password
- The password for opening an encrypted document.