| Visual Basic (Declaration) | |
|---|---|
Public Property DerivedBaseMantissa As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int DerivedBaseMantissa {get; set;} | |
Return Value
The base mantissa used for derived quantization.For an example, refer to CodecsJpeg2000Options.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code