EpsImageHasRasterPreview Property |
Gets a value indicating whether this instance has format-specific raster preview
Namespace: Aspose.Imaging.FileFormats.EpsAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic abstract bool HasRasterPreview { get; }
Public MustOverride ReadOnly Property HasRasterPreview As Boolean
Get
public:
virtual property bool HasRasterPreview {
bool get () abstract;
}
abstract HasRasterPreview : bool with get
Property Value
Type:
Booleantrue if this instance has format-specific raster preview; otherwise,
false.
See Also