←Select platform

ImageFileDirectoryOffset Property

Summary

Gets or sets the offset within a TIFF file where a page starts.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public long ImageFileDirectoryOffset { get; set; } 
Public Property ImageFileDirectoryOffset As Long 
public long ImageFileDirectoryOffset {get; set;} 
@property (nonatomic, assign) unsigned long imageFileDirectoryOffset 
public long getImageFileDirectoryOffset() 
public void setImageFileDirectoryOffset(long value) 
             
 <br/>get_ImageFileDirectoryOffset();<br/>set_ImageFileDirectoryOffset(value);<br/>Object.defineProperty('ImageFileDirectoryOffset');  
public: 
property int64 ImageFileDirectoryOffset { 
   int64 get(); 
   void set (    int64 ); 
} 

Property Value

The offset within a TIFF file where the page starts.

Remarks

This serves as a reference page for saving 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 saving TIFF images.

Example

For an example, refer to CodecsTiffOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly