LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ImageFileDirectoryOffset Property
See Also 
Leadtools.Codecs Namespace > CodecsTiffSaveOptions Class : ImageFileDirectoryOffset Property



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

Syntax

Visual Basic (Declaration) 
Public Property ImageFileDirectoryOffset As Long
Visual Basic (Usage)Copy Code
Dim instance As CodecsTiffSaveOptions
Dim value As Long
 
instance.ImageFileDirectoryOffset = value
 
value = instance.ImageFileDirectoryOffset
C# 
public long ImageFileDirectoryOffset {get; set;}
C++/CLI 
public:
property int64 ImageFileDirectoryOffset {
   int64 get();
   void set (    int64 value);
}

Property Value

The offset within a TIFF file where the page starts.

Example

For an example, refer to CodecsTiffOptions.

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.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also