Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image Namespace / DataBlk Class / getSize Method
The data type.

In This Topic
    getSize Method
    In This Topic
    Returns the size in bits, given the data type. The data type must be one defined in this class. An System.ArgumentException is thrown if type is not defined in this class.
    Syntax
    'Declaration
     
    Public Shared Function getSize( _
       ByVal type As System.Integer _
    ) As System.Integer
    public static System.int getSize( 
       System.int type
    )

    Parameters

    type
    The data type.

    Return Value

    The size in bits of the data type.
    See Also