Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
UseImageFileDirectoryOffset Property
See Also 
Leadtools.Codecs Namespace > CodecsTiffLoadOptions Class : UseImageFileDirectoryOffset Property



Enables or disables using the IFD offset.

Syntax

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

Return Value

true to use the ImageFileDirectoryOffset when loading TIFF images.

Example

For an example, refer to CodecsTiffOptions.

Remarks

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 Files topic for more information.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also