Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
ImageFileDirectoryOffset Property
See Also 
Leadtools.Codecs Namespace > 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 CodecsTiffLoadOptions
Dim value As Long
 
instance.ImageFileDirectoryOffset = value
 
value = instance.ImageFileDirectoryOffset
C# 
public long ImageFileDirectoryOffset {get; set;}
Managed Extensions for C++ 
public: __property long get_ImageFileDirectoryOffset();
public: __property void set_ImageFileDirectoryOffset( 
   long value
);
C++/CLI 
public:
property long ImageFileDirectoryOffset {
   long get();
   void set (long value);
}

Return Value

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.

The value of the UseImageFileDirectoryOffset must be set to true in order for the toolkit to use the ImageFileDirectoryOffset value when loading TIFF images.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also