GifOpenMultiPageAsReadOnly Method

See Also     Examples     Applies To

This function controls the way of multipage gif image loading.
By default, the class loads multipage GIF images for reading and writing creating a GdPicture image marked as editable multipage.
However this way is a bit slower than creating a GdPicture image marked as non editable multipage.
If you want to open multipage GIF images as read only, you should call this function setting True to the bReadOnly parameter.

Syntax

object.GifOpenMultiPageAsReadOnly (bReadOnly)

The GifOpenMultiPageAsReadOnly syntax has these parts:

Part Description
object Required. An object expression that evaluates to an object in the Applies To list.
bReadOnly Required. Boolean. True to load the multipage gif images for reading and writing, else False to open they as read only.

Category

Gif Manipulation





© Copyright 2008 GdPicture All rights reserved.
Documentation MAP.