Documents for PDF .NET Edition
GrapeCity.Documents.Imaging 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 System.Integer
    public abstract System.int getDataType()

    Return Value

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