Skip to main content
Skip table of contents

JBIG2Page

JBIG2Page Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.codec.JBIG2SegmentReader
  iTextSharp.text.pdf.codec.JBIG2SegmentReader.JBIG2Page[[JBIG2Page]]
  end

Members

Methods

Public methods
ReturnsName
voidAddSegment(JBIG2Segment s)
byte``[]GetData(bool for_embedding)

Details

Constructors

JBIG2Page

Source code

public JBIG2Page(int page, JBIG2SegmentReader sr)
Arguments
TypeNameDescription
intpage
JBIG2SegmentReadersr

Methods

GetData

Source code

public virtual byte GetData(bool for_embedding)
Arguments
TypeNameDescription
boolfor_embedding
AddSegment

Source code

public virtual void AddSegment(JBIG2Segment s)
Arguments
TypeNameDescription
JBIG2Segments

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.