| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property IsCompressed As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool IsCompressed {get;} | |
Return Value
true if the FAX image can be loaded as 1-bit compressed image; otherwise false.For an example, refer to CodecsImageInfo.
For more information, refer to Loading and Saving Large Tiff Files.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code