Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image Namespace / DataBlkFloat Class / getDataType Method

In This Topic
    getDataType Method (DataBlkFloat)
    In This Topic
    Returns the identifier of this data type, DataBlk.TYPE_FLOAT, as defined in DataBlk.
    Syntax
    'Declaration
     
    Public Overrides Function getDataType() As System.Integer
    public override System.int getDataType()

    Return Value

    The type of data stored. Always DataBlk.TYPE_FLOAT
    See Also