| Visual Basic (Declaration) | |
|---|---|
Public Property GuardBits As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int GuardBits {get; set;} | |
Return Value
Possible values are 0 - 7. The default is 2.For an example, refer to CodecsJpeg2000Options.
This prevents coding overflow.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code