Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
ImageFileDirectoryOffset Property
See Also 
Leadtools.Codecs Namespace > CodecsTiffOptions.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 CodecsTiffOptions.CodecsTiffSaveOptions
Dim value As Long
 
instance.ImageFileDirectoryOffset = value
 
value = instance.ImageFileDirectoryOffset
C# 
public long ImageFileDirectoryOffset {get; set;}
C++/CLI 
public:
property long long ImageFileDirectoryOffset {
   long long get();
   void set (long long value);
}

Return 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 UseImageFileDirectoryOffset must be set to true in order for ImageFileDirectoryOffset to be used when saving TIFF files.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also