LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

ImageFileDirectoryOffset Property (CodecsTiffSaveOptions)






Gets or sets the offset within a TIFF file where a page starts. .NET support WinRT support Silverlight support
Syntax
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;}
 get_ImageFileDirectoryOffset();
set_ImageFileDirectoryOffset(value);
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 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsTiffSaveOptions Class
CodecsTiffSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.