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.CodecsTiffSaveOptions 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.CodecsTiffSaveOptions
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

To use IFD when saving TIFF files, set the this property to true and set the IFD value into the ImageFileDirectoryOffset prior of calling RasterCodecs.Save.

Requirements

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

See Also