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



The CodecsFaxImageInfo class provides information specific to FAX images.

Syntax

Visual Basic (Declaration) 
Public Class CodecsFaxImageInfo 
Visual Basic (Usage)Copy Code
Dim instance As CodecsFaxImageInfo
C# 
public class CodecsFaxImageInfo 
C++/CLI 
public ref class CodecsFaxImageInfo 

Example

For an example, refer to CodecsImageInfo.

Remarks

The CodecsFaxImageInfo class contains the FAX specific information of the image file.

The CodecsImageInfo.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:

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsFaxImageInfo

Requirements

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

See Also