FlexReport for WPF
getDequantizerType メソッド (StdDequantizerParams)


C1.WPF.Document.4.6.2 アセンブリ > GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.quantization.dequantizer 名前空間 > StdDequantizerParams クラス : getDequantizerType メソッド
Returns the type of the dequantizer for which the parameters are. The types are defined in the Dequantizer class.
シンタックス
'宣言
 
Public Overrides Function getDequantizerType() As System.Integer
'使用法
 
Dim instance As StdDequantizerParams
Dim value As System.Integer
 
value = instance.getDequantizerType()
public override System.int getDequantizerType()

戻り値の型

The type of the dequantizer for which the parameters are. Always Q_TYPE_SCALAR_DZ.
参照

StdDequantizerParams クラス
StdDequantizerParams メンバ
GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.quantization.dequantizer.Dequantizer