| Visual Basic (Declaration) | |
|---|---|
Public Property ImageFileDirectoryOffset As Long | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public long ImageFileDirectoryOffset {get; set;} | |
| C++/CLI | |
|---|---|
public: property long long ImageFileDirectoryOffset { long long get(); void set (long long value); } | |
Return Value
A long value that specifies the offset within a TIFF file where the page starts.For an example, refer to CodecsTiffOptions.
This serves as a reference page for loading pages from a large TIFF file.
To use IFD, set the offset in this property and set UseImageFileDirectoryOffset prior of calling RasterCodecs.Load
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code