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

In This Topic
    DataType Property (DataBlkInt)
    In This Topic
    Returns the identifier of this data type, TYPE_INT, 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_INT
    See Also