EpsPreviewFormat
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EpsPreviewFormat extends System.Enum
The EpsImage preview image formats.
Fields
Field | Description |
---|---|
Default | The best quality preview an EpsImage instance contains. |
TIFF | The FileFormat.Tiff preview. |
WMF | The FileFormat.Wmf preview. |
PhotoshopThumbnail | The FileFormat.Jpeg preview from Photoshop comment. |
Default
public static final long Default
The best quality preview an EpsImage instance contains.
TIFF
public static final long TIFF
The FileFormat.Tiff preview.
WMF
public static final long WMF
The FileFormat.Wmf preview.
PhotoshopThumbnail
public static final long PhotoshopThumbnail
The FileFormat.Jpeg preview from Photoshop comment.