←Select platform

ImageFileDirectoryOffset Property

Summary
Gets or sets the offset within a TIFF file where a page starts.
Syntax
C#
VB
Objective-C
C++
Java
public long ImageFileDirectoryOffset { get; set; } 
Public Property ImageFileDirectoryOffset As Long 
@property (nonatomic, assign) unsigned long imageFileDirectoryOffset 
public long getImageFileDirectoryOffset() 
public void setImageFileDirectoryOffset(long value) 
public: 
property int64 ImageFileDirectoryOffset { 
   int64 get(); 
   void set (    int64 ); 
} 

Property Value

The offset within a TIFF file where the page starts.

Remarks

This serves as a reference page for saving 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 saving TIFF images.

Example

For an example, refer to CodecsTiffOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.