ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / BinaryDataInput Interface / ByteOrdering Property

In This Topic
    ByteOrdering Property (BinaryDataInput)
    In This Topic
    Returns the endianess (i.e., byte ordering) of the implementing class. Note that an implementing class may implement only one type of endianness or both, which would be decided at creatiuon time.
    Syntax
    'Declaration
     
    
    ReadOnly Property ByteOrdering As Integer
    int ByteOrdering {get;}

    Property Value

    Either EndianType.BIG_ENDIAN or EndianType.LITTLE_ENDIAN
    See Also