| Visual Basic (Declaration) | |
|---|---|
Public Class CodecsFaxImageInfo | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public class CodecsFaxImageInfo | |
| C++/CLI | |
|---|---|
public ref class CodecsFaxImageInfo | |
For an example, refer to CodecsImageInfo.
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:
RasterImageFormat.FaxG31Dim. RasterImageFormat.FaxG32Dim. RasterImageFormat.FaxG4. RasterImageFormat.FaxG31DimNoEol.
System.Object
Leadtools.Codecs.CodecsFaxImageInfo
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code