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