PdfLoadOptions

Inheritance: java.lang.Object

All Implemented Interfaces: com.groupdocs.editor.options.ILoadOptions

public final class PdfLoadOptions implements ILoadOptions

Contains options for loading PDF documents into Editor class

Constructors

Constructor Description
PdfLoadOptions()

Methods

Method Description
getPassword() Allows to specify, modify and obtain the password, which will be used for opening a PDF document, if it is encoded.
setPassword(String value) Allows to specify, modify and obtain the password, which will be used for opening a PDF document, if it is encoded.

PdfLoadOptions()

public PdfLoadOptions()

getPassword()

public final String getPassword()

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).

Returns: java.lang.String

setPassword(String value)

public final void setPassword(String value)

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).

Parameters:

Parameter Type Description
value java.lang.String