This function controls the way of multipage tiff image loading.
By default, the class loads multipage TIFF images as read only through the following functions:
CreateGdPictureImageFromByteArray
CreateGdPictureImageFromByteArrayICM
CreateGdPictureImageFromFileICM
CreateGdPictureImageFromStream
CreateGdPictureImageFromStreamICM
CreateGdPictureImageFromString
CreateGdPictureImageFromStringICM
If you want to open multipage TIFF images as read & write, you should this function using False for the OpenAsReadOnly parameter.
public TiffOpenMultiPageForWrite( Boolean WriteAccess );
Public Sub TiffOpenMultiPageForWrite( ByVal WriteAccess As Boolean )
|
Parameters |
Description |
|
WriteAccess |
True to load the multipage tiff 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.
|