TiffOpenMultiPageForWrite Method (GdPictureImaging)
                                 
                                
                                    
                                        In This Topic
                                    
                                
                                Allows you to control the way of creating and loading multipage TIFF image files. 
This class loads multipage TIFF images in read-write mode using the CreateGdPictureImageFrom... methods by default. Setting the WriteAccess parameter to false before loading a file allows you to create multipage TIFF images as read-only.
Syntax
            
            
            
            
            'Declaration
 
Public Sub TiffOpenMultiPageForWrite( _
   ByVal  As Boolean _
) 
             
        
            
            public void TiffOpenMultiPageForWrite( 
   bool 
)
             
        
            
            public procedure TiffOpenMultiPageForWrite( 
    : Boolean
); 
             
        
            
            public function TiffOpenMultiPageForWrite( 
    : boolean
);
             
        
            
            public: void TiffOpenMultiPageForWrite( 
   bool 
) 
             
        
            
            public:
void TiffOpenMultiPageForWrite( 
   bool 
) 
             
        
             
        
            Parameters
- WriteAccess
- Set this parameter to true if you want to load files for reading and writing, otherwise set it to false to load them as read-only.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also