| Visual Basic (Declaration) | |
|---|---|
Public Property Compressed As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CodecsLoadOptions Dim value As Boolean instance.Compressed = value value = instance.Compressed | |
| C# | |
|---|---|
public bool Compressed {get; set;} | |
Property Value
true to keep loaded data compressed in memory.For an example, refer to CodecsOptions.
If possible, load the file as a 1-bit RLE-compressed image.
Note: This requires Document and Medical Support.Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code