GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / GetImageFormat Method
GdPicture image identifier.





In This Topic
GetImageFormat Method (GdPictureImaging)
In This Topic
Returns the format of a GdPicture image.
Syntax
'Declaration
 
Public Function GetImageFormat( _
   ByVal ImageID As Integer _
) As DocumentFormat
 

Parameters

ImageID
GdPicture image identifier.

Return Value

A member of the DocumentFormat enumeration.
See Also