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



Gets the CodecsTiffImageInfo class that specifies the TIFF format options.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Tiff As CodecsTiffImageInfo
Visual Basic (Usage)Copy Code
Dim instance As CodecsImageInfo
Dim value As CodecsTiffImageInfo
 
value = instance.Tiff
C# 
public CodecsTiffImageInfo Tiff {get;}
C++/CLI 
public:
property CodecsTiffImageInfo^ Tiff {
   CodecsTiffImageInfo^ get();
}

Return Value

The CodecsTiffImageInfo class that specifies the TIFF format options.

Example

For an example, refer to CodecsImageInfo.

Remarks

The CodecsTiffImageInfo value of this property contains the TIFF specific information of the image file.

The Tiff property contain valid information only if the file contains a valid TIFF format file. In other words, the value of CodecsImageInfo.Format must be one of the following:

Requirements

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

See Also