Accusoft.ImagXpress13.Net
IFDOffset Property (LoadOptionsTiff)




Gets and sets the number of bytes preceding the IFD (Image File Directory).
Syntax
'Declaration
 
Public Property IFDOffset As Integer
'Usage
 
Dim instance As LoadOptionsTiff
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 number of bytes preceding the IFD.
Remarks

This property specifies where ImagXpress begins reading image data within the TIFF image file.

See Also

Reference

LoadOptionsTiff Class
LoadOptionsTiff Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback