public class ImagesSaveOptions extends SaveOptions
Save options for Images Documents.
| Constructor and Description |
|---|
ImagesSaveOptions()
Initializes a new instance of ImagesSaveOptions class with default values.
|
ImagesSaveOptions(int outputType)
Initializes a new instance of ImagesSaveOptions class with specified output type.
|
ImagesSaveOptions(int outputType,
boolean overwriteExistingFile)
Initializes a new instance of ImagesSaveOptions class with specified output type and overwrite flag.
|
ImagesSaveOptions(int outputType,
int fileFormat,
boolean overwriteExistingFile)
Initializes a new instance of ImagesSaveOptions 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 ImagesSaveOptions()
Initializes a new instance of ImagesSaveOptions class with default values.
public ImagesSaveOptions(int outputType)
Initializes a new instance of ImagesSaveOptions class with specified output type.
outputType - Output type.public ImagesSaveOptions(int outputType,
boolean overwriteExistingFile)
Initializes a new instance of ImagesSaveOptions class with specified output type and overwrite flag.
outputType - Output type.overwriteExistingFile - Flag whether to overwrite signed file with same file.public ImagesSaveOptions(int outputType,
int fileFormat,
boolean overwriteExistingFile)
Initializes a new instance of ImagesSaveOptions class with specified output type and overwrite flag.
outputType - Output type.fileFormat - Output file type ImagesSaveFileFormat.overwriteExistingFile - Flag whether to overwrite signed file with same file.Copyright © 2018. All rights reserved.