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

In This Topic
    DataType Property (AnWTFilterInt)
    In This Topic
    Returns the type of data on which this filter works, as defined in the DataBlk interface, which is always TYPE_INT 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