Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image Namespace / DataBlk Class / getDataType Method

In This Topic
    getDataType Method (DataBlk)
    In This Topic
    Returns the data type of the DataBlk object, as defined in this class.
    Syntax
    'Declaration
     
    Public MustOverride Function getDataType() As Integer
    public abstract int getDataType()

    Return Value

    The data type of the object, as defined in this class.
    See Also