| Visual Basic (Declaration) | |
|---|---|
Public Property GuardBits As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CodecsJpeg2000SaveOptions Dim value As Integer instance.GuardBits = value value = instance.GuardBits | |
| C# | |
|---|---|
public int GuardBits {get; set;} | |
Property Value
Possible values are 0 - 7. The default is 2. A value of 2 or 1 will produce the best compression.For an example, refer to CodecsJpeg2000Options.
This prevents coding overflow.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code