LEADTOOLS Image File Support (Leadtools.Codecs assembly)

ImageFileDirectoryOffset Property (CodecsTiffLoadOptions)

Show in webframe







Gets or sets the offset within a TIFF file where a page starts.
Syntax
public long ImageFileDirectoryOffset {get; set;}
'Declaration
 
Public Property ImageFileDirectoryOffset As Long
'Usage
 
Dim instance As CodecsTiffLoadOptions
Dim value As Long
 
instance.ImageFileDirectoryOffset = value
 
value = instance.ImageFileDirectoryOffset
public long ImageFileDirectoryOffset {get; set;}
@property (nonatomic, assign) ssize_t imageFileDirectoryOffset;
public long getImageFileDirectoryOffset()
public void setImageFileDirectoryOffset(long value)
            
 
get_ImageFileDirectoryOffset();
set_ImageFileDirectoryOffset(value);
Object.defineProperty('ImageFileDirectoryOffset');
public:
property int64 ImageFileDirectoryOffset {
   int64 get();
   void set (    int64 value);
}

Property Value

The offset within a TIFF file where the page starts.
Remarks

This serves as a reference page for loading pages from a large TIFF file.

The value of the UseImageFileDirectoryOffset must be set to true in order for the toolkit to use the ImageFileDirectoryOffset value when loading TIFF images.

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.