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



Gets the CodecsFaxImageInfo class that specifies the FAX format options.

Syntax

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

Return Value

The CodecsFaxImageInfo class that specifies the FAX format options.

Example

For an example, refer to CodecsImageInfo.

Remarks

The CodecsFaxImageInfo value of this property contains the FAX specific information of the image file.

The Fax property contain valid information only if the file contains a valid FAX 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