| Package | Description |
|---|---|
| com.groupdocs.parser.options |
The package provides classes to specify additional options when parsing data from documents.
|
| Modifier and Type | Method and Description |
|---|---|
PagePreviewFormat |
PagePreviewOptions.getFormat()
Gets the format of the document page image.
|
static PagePreviewFormat |
PagePreviewFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PagePreviewFormat[] |
PagePreviewFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PagePreviewOptions(PagePreviewFormat format)
Initializes a new instance of the
PagePreviewOptions class with the preview format. |
PagePreviewOptions(PagePreviewFormat format,
int dpi)
Initializes a new instance of the
PagePreviewOptions class with the preview format and DPI. |
Copyright © 2026. All rights reserved.