Package | Description |
---|---|
com.groupdocs.redaction.options |
The package provides load and save options classes.
|
Modifier and Type | Method and Description |
---|---|
PreviewFormats |
PreviewOptions.getPreviewFormat()
Gets or sets preview image format.
|
static PreviewFormats |
PreviewFormats.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreviewFormats[] |
PreviewFormats.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PreviewOptions.setPreviewFormat(PreviewFormats value)
Gets or sets preview image format.
|