Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
ImageFileDirectoryOffset Property
See Also 
Leadtools.Codecs Namespace > CodecsTiffImageInfo Class : ImageFileDirectoryOffset Property



Gets the TIFF image file directory offset (IFD).

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ImageFileDirectoryOffset As Long
Visual Basic (Usage)Copy Code
Dim instance As CodecsTiffImageInfo
Dim value As Long
 
value = instance.ImageFileDirectoryOffset
C# 
public long ImageFileDirectoryOffset {get;}
C++/CLI 
public:
property long long ImageFileDirectoryOffset {
   long long get();
}

Return Value

The TIFF image file directory offset (IFD).

Example

For an example, refer to CodecsImageInfo.

Remarks

The IFD is an offset within a TIFF file where a page starts. Use this to speed up the handling of TIFF files with many pages.

The value of this property is valid only if the value of IsImageFileDirectoryOffsetValid is true.

For more information, refer to Loading and Saving Large Tiff Files.

For more information, refer to Loading and Saving Large Tiff Files.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also