←Select platform

UseImageFileDirectoryOffset Property

Summary

Enables or disables using the IFD offset.

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

Property Value

true to use the ImageFileDirectoryOffset value when saving TIFF images.

Example

For an example, refer to CodecsTiffOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly