Package | Description |
---|---|
com.groupdocs.metadata.options |
Modifier and Type | Method and Description |
---|---|
PreviewOptions.PreviewFormats |
PreviewOptions.getPreviewFormat()
Gets the preview image format.
|
static PreviewOptions.PreviewFormats |
PreviewOptions.PreviewFormats.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreviewOptions.PreviewFormats[] |
PreviewOptions.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(PreviewOptions.PreviewFormats value)
Sets the preview image format.
|