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 > CodecsTiffOptions.CodecsTiffLoadOptions Class : ImageFileDirectoryOffset Property



Gets or sets the offset within a TIFF file where a page starts.

Syntax

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

Return Value

A long value that specifies the offset within a TIFF file where the page starts.

Example

For an example, refer to CodecsTiffOptions.

Remarks

This serves as a reference page for loading pages from a large TIFF file.

To use IFD, set the offset in this property and set UseImageFileDirectoryOffset prior of calling RasterCodecs.Load

Requirements

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

See Also