Accusoft.ImagXpress13.Net
IFDOffset Property (SaveOptionsTiff)




Gets and sets the location to append the next TIFF page when the UseIFDOffset property is set to true.
Syntax
'Declaration
 
Public Property IFDOffset As Integer
'Usage
 
Dim instance As SaveOptionsTiff
Dim value As Integer
 
instance.IFDOffset = value
 
value = instance.IFDOffset
public int IFDOffset {get; set;}
public: __property int get_IFDOffset();
public: __property void set_IFDOffset( 
   int value
);
public:
property int IFDOffset {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the TIFF page to append to.
Remarks

Note: No other operation with the TIFF file should be done during the looping of saving the pages with a fast TIFF write. It would be detrimental to call either the ReadAllMetaData, ImageX.SaveAllMetaData, CompactFile, ImageX.DeletePage, or ImageX.InsertPage methods in the middle of doing a fast TIFF write as they would definitely affect the IFD offsets in the file.

See Also

Reference

SaveOptionsTiff Class
SaveOptionsTiff Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback