ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream Namespace / Markers Structure
Members

In This Topic
    Markers Structure
    In This Topic
    This interface defines the values of the different markers in the JPEG 2000 codestream. There are 16 bit values, always appearing in big-endian (most significant byte first) and byte-aligned in the codestream. This interface also defines some other constants such as bit-masks and bit-shifts.
    Object Model
    Markers Structure
    Syntax
    'Declaration
     
    
    Public Structure Markers 
       Inherits System.ValueType
    public struct Markers : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          CSJ2K.j2k.codestream.Markers

    See Also