LEADTOOLS Image File Support (Leadtools.Codecs assembly)

UseImageFileDirectoryOffset Property (CodecsTiffLoadOptions)

Show in webframe







Enables or disables using the IFD offset.
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;}
@property (nonatomic, assign) 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 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

See Also

Reference

CodecsTiffLoadOptions Class
CodecsTiffLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.