FlexReport for WPF
getDequantizerType メソッド (DequantizerParams)


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

戻り値の型

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

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