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

This function controls the way of multiframe gif image loading. 

By default, the class loads multiframe gif images as read only through the following functions: 

CreateGdPictureImageFromByteArray 

CreateGdPictureImageFromByteArrayICM 

CreateGdPictureImageFromFile 

CreateGdPictureImageFromFileICM 

CreateGdPictureImageFromStream 

CreateGdPictureImageFromStreamICM 

CreateGdPictureImageFromString 

CreateGdPictureImageFromStringICM 

CreateGdPictureImageFromFTP 

CreateGdPictureImageFromHTTP 

 

If you want to open multiframe gif images as read & write, you should this function using False for the OpenAsReadOnly parameter.

C#
public GifOpenMultiFrameForWrite(
    Boolean WriteAccess
);
Visual Basic
Public Sub GifOpenMultiFrameForWrite(
    ByVal WriteAccess As Boolean
)
Parameters
Parameters 
Description 
WriteAccess 
True to load the multiframe gif images for reading and writing, else False to open they as read only.  
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.