| Visual Basic (Declaration) | |
|---|---|
Public Property Compressed As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Compressed {get; set;} | |
Return Value
true to keep loaded data compressed in memory; otherwise false.If possible, load the file as a 1-bit RLE-compressed image.
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