Gets or sets the offset within a TIFF file where a page starts.
public long ImageFileDirectoryOffset { get; set; }
Public Property ImageFileDirectoryOffset As Long
public long ImageFileDirectoryOffset {get; set;}
@property (nonatomic, assign) unsigned long imageFileDirectoryOffset
public long getImageFileDirectoryOffset()
public void setImageFileDirectoryOffset(long value)
<br/>get_ImageFileDirectoryOffset();<br/>set_ImageFileDirectoryOffset(value);<br/>Object.defineProperty('ImageFileDirectoryOffset');
The offset within a TIFF file where the page starts.
This serves as a reference page for loading pages from a large TIFF file.
The value of the UseImageFileDirectoryOffset must be set to true in order for the toolkit to use the ImageFileDirectoryOffset value when loading TIFF images.
Some restrictions apply to this function if you use an IFD to indicate to which page to write a comment, tag, metadata, or GeoKey. See the Loading And Saving Large TIFF/BigTIFF Files topic for more information.
For an example, refer to CodecsTiffOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET