GdPicture image identifier. The image to check.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / GifIsMultiFrame Method

GifIsMultiFrame Method (GdPictureImaging)

In This Topic
Checks whether an image is a multiframe gif image or not.
Syntax
'Declaration

 

Public Function GifIsMultiFrame( _

   ByVal ImageID As Integer _

) As Boolean
public bool GifIsMultiFrame( 

   int ImageID

)
public function GifIsMultiFrame( 

    ImageID: Integer

): Boolean; 
public function GifIsMultiFrame( 

   ImageID : int

) : boolean;
public: bool GifIsMultiFrame( 

   int ImageID

) 
public:

bool GifIsMultiFrame( 

   int ImageID

) 

Parameters

ImageID
GdPicture image identifier. The image to check.

Return Value

True if the image is a multiframe gif image, else false.
Remarks
This method works with both editable multiframe gif images and ones opened as read-only.
See Also