GdPicture image identifier. The image to check.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / GifIsEditableMultiFrame Method

GifIsEditableMultiFrame Method (GdPictureImaging)

In This Topic
Determines whether an image is an editable multiframe gif image or not.
Syntax
'Declaration
 
Public Function GifIsEditableMultiFrame( _
   ByVal ImageID As Integer _
) As Boolean
public bool GifIsEditableMultiFrame( 
   int ImageID
)
public function GifIsEditableMultiFrame( 
    ImageID: Integer
): Boolean; 
public function GifIsEditableMultiFrame( 
   ImageID : int
) : boolean;
public: bool GifIsEditableMultiFrame( 
   int ImageID
) 
public:
bool GifIsEditableMultiFrame( 
   int ImageID
) 

Parameters

ImageID
GdPicture image identifier. The image to check.

Return Value

True if the image is an editable multiframe gif image, else false.
See Also