See Also Examples Applies To
This function controls the way of multipage tiff image loading.
By default, the class loads multipage TIFF 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 TIFF images as read only, you should call this function setting True to the bReadOnly parameter.
Syntax
object.TiffOpenMultiPageAsReadOnly (bReadOnly)
The TiffOpenMultiPageAsReadOnly 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 tiff images for reading and writing, else False to open they as read only. |
Category
Multipage TIFF Functions