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

Checks if an image is an editable multiframe gif image.

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

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

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