ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / SynWTFilterFloat Class / DataType Property

In This Topic
    DataType Property (SynWTFilterFloat)
    In This Topic
    Returns the type of data on which this filter works, as defined in the DataBlk interface, which is always TYPE_FLOAT for this class.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property DataType As Integer
    public override int DataType {get;}

    Property Value

    The type of data as defined in the DataBlk interface.
    See Also