| Visual Basic (Declaration) | |
|---|---|
Public Property UseImageFileDirectoryOffset As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool UseImageFileDirectoryOffset {get; set;} | |
Return Value
true to use the ImageFileDirectoryOffset; otherwise, false.For an example, refer to CodecsTiffOptions.
If the value of this property is false, then ImageFileDirectoryOffset will be ignored and not used when loading TIFF
images.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code