ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / DataBlkFloat Class / DataType Property

In This Topic
    DataType Property (DataBlkFloat)
    In This Topic
    Returns the identifier of this data type, TYPE_FLOAT, as defined in DataBlk.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property DataType As Integer
    public override int DataType {get;}

    Property Value

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