You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Multipage TIFF Manipulation > TiffOpenMultiPageForWrite Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.TiffOpenMultiPageForWrite Method

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 

CreateGdPictureImageFromFile 

CreateGdPictureImageFromFileICM 

CreateGdPictureImageFromStream 

CreateGdPictureImageFromStreamICM 

CreateGdPictureImageFromString 

CreateGdPictureImageFromStringICM 

CreateGdPictureImageFromFTP 

CreateGdPictureImageFromHTTP 

 

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

C#
public TiffOpenMultiPageForWrite(
    Boolean WriteAccess
);
Visual Basic
Public Sub TiffOpenMultiPageForWrite(
    ByVal WriteAccess As Boolean
)
Parameters
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.