Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis Namespace / AnWTFilterInt Class / getDataType Method

In This Topic
    getDataType Method (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 Function getDataType() As System.Integer
    public override System.int getDataType()

    Return Value

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