Skip to main content
Skip table of contents

JBIG2SegmentReader (1)

JBIG2SegmentReader Public class

Diagram

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

Members

Methods

Public Static methods
ReturnsName
byte``[]CopyByteArray(byte``[] b)
Public methods
ReturnsName
byte``[]GetGlobal(bool for_embedding)
JBIG2PageGetPage(int page)
intGetPageHeight(int i)
intGetPageWidth(int i)
intNumberOfPages()
voidRead()
stringToString()

Details

Nested types

Classes
  • JBIG2Segment
  • JBIG2Page

Constructors

JBIG2SegmentReader

Source code

public JBIG2SegmentReader(RandomAccessFileOrArray ra)
Arguments
TypeNameDescription
RandomAccessFileOrArrayra

Methods

CopyByteArray

Source code

public static byte CopyByteArray(byte[] b)
Arguments
TypeNameDescription
byte``[]b
Read

Source code

public virtual void Read()
NumberOfPages

Source code

public virtual int NumberOfPages()
GetPageHeight

Source code

public virtual int GetPageHeight(int i)
Arguments
TypeNameDescription
inti
GetPageWidth

Source code

public virtual int GetPageWidth(int i)
Arguments
TypeNameDescription
inti
GetPage

Source code

public virtual JBIG2Page GetPage(int page)
Arguments
TypeNameDescription
intpage
GetGlobal

Source code

public virtual byte GetGlobal(bool for_embedding)
Arguments
TypeNameDescription
boolfor_embedding
ToString

Source code

public override string ToString()

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.