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

FieldDescription
DefaultThe best quality preview an EpsImage instance contains.
TIFFThe FileFormat.Tiff preview.
WMFThe FileFormat.Wmf preview.
PhotoshopThumbnailThe 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.