C# Class iTextSharp.text.pdf.codec.JBIG2SegmentReader.JBIG2Segment

Inheritance: IComparable
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6

Public Properties

Property Type Description
countOfReferredToSegments int
data byte[]
dataLength long
deferredNonRetain bool
headerData byte[]
page int
page_association_offset int
page_association_size bool
referredToSegmentNumbers int[]
segmentNumber int
segmentRetentionFlags bool[]
type int

Public Methods

Method Description
CompareTo ( JBIG2Segment s ) : int
CompareTo ( Object o ) : int
JBIG2Segment ( int segment_number ) : System

Method Details

CompareTo() public method

public CompareTo ( JBIG2Segment s ) : int
s JBIG2Segment
return int

CompareTo() public method

public CompareTo ( Object o ) : int
o Object
return int

JBIG2Segment() public method

public JBIG2Segment ( int segment_number ) : System
segment_number int
return System

Property Details

countOfReferredToSegments public_oe property

public int countOfReferredToSegments
return int

data public_oe property

public byte[] data
return byte[]

dataLength public_oe property

public long dataLength
return long

deferredNonRetain public_oe property

public bool deferredNonRetain
return bool

headerData public_oe property

public byte[] headerData
return byte[]

page public_oe property

public int page
return int

page_association_offset public_oe property

public int page_association_offset
return int

page_association_size public_oe property

public bool page_association_size
return bool

referredToSegmentNumbers public_oe property

public int[] referredToSegmentNumbers
return int[]

segmentNumber public_oe property

public int segmentNumber
return int

segmentRetentionFlags public_oe property

public bool[] segmentRetentionFlags
return bool[]

type public_oe property

public int type
return int