Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

UseImageFileDirectoryOffset Property (CodecsTiffLoadOptions)








Enables or disables using the ImageFileDirectory (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, getter=usesImageFileDirectoryOffset) BOOL useImageFileDirectoryOffset
public boolean getUseImageFileDirectoryOffset()
public void setUseImageFileDirectoryOffset(boolean value)
            
 <br/>get_UseImageFileDirectoryOffset();<br/>set_UseImageFileDirectoryOffset(value);<br/>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/BigTIFF Files topic for more information.

Example
For an example, refer to CodecsTiffOptions.
Requirements

Target Platforms

See Also

Reference

CodecsTiffLoadOptions Class
CodecsTiffLoadOptions Members

Error processing SSI file