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



Determines whether the FAX image can be loaded as 1-bit compressed image.

Syntax

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

Return Value

true if the FAX image can be loaded as 1-bit compressed image; otherwise false.

Example

For an example, refer to CodecsImageInfo.

Remarks

For more information, refer to Loading and Saving Large Tiff Files.

Requirements

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

See Also