public class PdfSaveOptions extends SaveOptions
Save options for PDF Documents.
| Constructor and Description |
|---|
PdfSaveOptions()
Initializes a new instance of PdfSaveOptions class with default values.
|
PdfSaveOptions(int outputType)
Initializes a new instance of PdfSaveOptions class with specified output type.
|
PdfSaveOptions(int outputType,
boolean overwriteExistingFile)
Initializes a new instance of PdfSaveOptions class with specified output type and overwrite flag.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFileFormat()
Gets or sets file format of signed document.
|
void |
setFileFormat(int value)
Gets or sets file format of signed document.
|
String |
toString()
Override string conversion.
|
getOutputFileName, getOutputType, getOverwriteExistingFiles, getPassword, getUseOriginalPassword, setOutputFileName, setOutputType, setOverwriteExistingFiles, setPassword, setUseOriginalPasswordpublic PdfSaveOptions()
Initializes a new instance of PdfSaveOptions class with default values.
public PdfSaveOptions(int outputType)
Initializes a new instance of PdfSaveOptions class with specified output type.
outputType - Output type.public PdfSaveOptions(int outputType,
boolean overwriteExistingFile)
Initializes a new instance of PdfSaveOptions class with specified output type and overwrite flag.
outputType - Output type.overwriteExistingFile - Flag whether to overwrite signed file with same file.Copyright © 2018. All rights reserved.