Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsTiffSaveOptions Class : ImageFileDirectoryOffset Property |
public long ImageFileDirectoryOffset {get; set;}
'Declaration
Public Property ImageFileDirectoryOffset As Long
'Usage
Dim instance As CodecsTiffSaveOptions Dim value As Long instance.ImageFileDirectoryOffset = value value = instance.ImageFileDirectoryOffset
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');
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.