PreviewFormats
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
public enum PreviewFormats extends Enum<PreviewFormats>
Represents supported preview formats.
| Field | Description |
|---|---|
| Png | Portable Network Graphics Format. |
| Jpeg | Joint Photographic Experts Group Format. |
| Bmp | Bitmap Picture Format. |
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
public static final PreviewFormats Png
Portable Network Graphics Format.
public static final PreviewFormats Jpeg
Joint Photographic Experts Group Format.
public static final PreviewFormats Bmp
Bitmap Picture Format.
public static PreviewFormats[] values()
Returns: com.groupdocs.redaction.options.PreviewFormats[]
public static PreviewFormats valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: PreviewFormats
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.