GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureDocumentUtilities Class / IsImageFormat Method
A member of the DocumentFormat enumeration.





In This Topic
IsImageFormat Method (GdPictureDocumentUtilities)
In This Topic
Returns if the provided DocumentFormat is an image format (raster or vector).
Syntax
'Declaration
 
Public Shared Function IsImageFormat( _
   ByVal DocumentFormat As DocumentFormat _
) As Boolean
 

Parameters

DocumentFormat
A member of the DocumentFormat enumeration.

Return Value

True if the provided document format is considered as image format by the toolkit.
See Also