Accusoft.ImagXpress13.Net
UseIFDOffset Property




Gets and sets if TIFF files are set for fast saving of multi-page files.
Syntax
'Declaration
 
Public Property UseIFDOffset As Boolean
'Usage
 
Dim instance As SaveOptionsTiff
Dim value As Boolean
 
instance.UseIFDOffset = value
 
value = instance.UseIFDOffset
public bool UseIFDOffset {get; set;}
public: __property bool get_UseIFDOffset();
public: __property void set_UseIFDOffset( 
   bool value
);
public:
property bool UseIFDOffset {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to use IFDOffset. Otherwise, false is used.
Remarks

Note: IFDOffset must be set explicitly after this property is set.

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