EpsImage.GetPreviewImage
EpsImage.GetPreviewImage method
Retrieves the existing preview image in the specified format or returns null
if none is found. This method offers flexibility in accessing preview images tailored to specific formats, optimizing compatibility and resource management within applications.
public Image GetPreviewImage(EpsPreviewFormat format = EpsPreviewFormat.Default)
Parameter | Type | Description |
---|---|---|
format | EpsPreviewFormat | The EPS preview image format. |
Return Value
The exisiting preview image or null
.
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException |
See Also
- class Image
- enum EpsPreviewFormat
- class EpsImage
- namespace Aspose.Imaging.FileFormats.Eps
- assembly Aspose.Imaging