| Visual Basic (Declaration) | |
|---|---|
Public Property DerivedBaseExponent As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int DerivedBaseExponent {get; set;} | |
Return Value
The base exponent 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