←Select platform

UseImageFileDirectoryOffset Property (CodecsTiffLoadOptions)

Summary

Enables or disables using the ImageFileDirectory (IFD) offset.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool UseImageFileDirectoryOffset {get; set;} 
Public Property UseImageFileDirectoryOffset As Boolean 
public bool UseImageFileDirectoryOffset {get; set;} 
@property (nonatomic, assign, getter=usesImageFileDirectoryOffset) BOOL useImageFileDirectoryOffset 
public boolean getUseImageFileDirectoryOffset() 
public void setUseImageFileDirectoryOffset(boolean value) 
             
  
get_UseImageFileDirectoryOffset(); 
set_UseImageFileDirectoryOffset(value); 
Object.defineProperty('UseImageFileDirectoryOffset');  
public: 
property bool UseImageFileDirectoryOffset { 
   bool get(); 
   void set (    bool ); 
} 

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

Example

For an example, refer to CodecsTiffOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize