You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Multiframe GIF Manipulation > GifIsMultiFrame Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.GifIsMultiFrame Method

Checks if an image is a multiframe gif image. This image can be a read only multiframe gif image or an editable multiframe gif image.

C#
public Boolean GifIsMultiFrame(
    int ImageID
);
Visual Basic
Public Function GifIsMultiFrame(
    ByVal ImageID As Integer
) As Boolean
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier. The image to check.  
Returns

True if the image is a multiframe gif image, else false.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.