LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

UseImageFileDirectoryOffset Property (CodecsTiffLoadOptions)






Enables or disables using the IFD offset. .NET support WinRT support Silverlight support
Syntax
public bool UseImageFileDirectoryOffset {get; set;}
'Declaration
 
Public Property UseImageFileDirectoryOffset As Boolean
'Usage
 
Dim instance As CodecsTiffLoadOptions
Dim value As Boolean
 
instance.UseImageFileDirectoryOffset = value
 
value = instance.UseImageFileDirectoryOffset
public bool UseImageFileDirectoryOffset {get; set;}
 get_UseImageFileDirectoryOffset();
set_UseImageFileDirectoryOffset(value);
public:
property bool UseImageFileDirectoryOffset {
   bool get();
   void set (    bool value);
}

Property Value

true to use the ImageFileDirectoryOffset when loading TIFF images.
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.

Example
For an example, refer to CodecsTiffOptions.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsTiffLoadOptions Class
CodecsTiffLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.