Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
UseImageFileDirectoryOffset Property
See Also 
Leadtools.Codecs Namespace > CodecsTiffOptions.CodecsTiffLoadOptions Class : UseImageFileDirectoryOffset Property



Enables or disables using the IFD offset.

Syntax

Visual Basic (Declaration) 
Public Property UseImageFileDirectoryOffset As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsTiffOptions.CodecsTiffLoadOptions
Dim value As Boolean
 
instance.UseImageFileDirectoryOffset = value
 
value = instance.UseImageFileDirectoryOffset
C# 
public bool UseImageFileDirectoryOffset {get; set;}
C++/CLI 
public:
property bool UseImageFileDirectoryOffset {
   bool get();
   void set (bool value);
}

Return Value

true to use the ImageFileDirectoryOffset; otherwise, false.

Example

For an example, refer to CodecsTiffOptions.

Remarks

If the value of this property is false, then ImageFileDirectoryOffset will be ignored and not used when loading TIFF images.

Requirements

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

See Also