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
|
Returns |
Name |
|---|---|
|
|
( |
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
() |
|
|
() |
|
|
() |
Details
Nested types
Classes
-
JBIG2Segment -
JBIG2Page
Constructors
JBIG2SegmentReader
Source code
public JBIG2SegmentReader(RandomAccessFileOrArray ra)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
ra |
Methods
CopyByteArray
Source code
public static byte CopyByteArray(byte[] b)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
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
|
Type |
Name |
Description |
|---|---|---|
|
|
i |
GetPageWidth
Source code
public virtual int GetPageWidth(int i)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
i |
GetPage
Source code
public virtual JBIG2Page GetPage(int page)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
page |
GetGlobal
Source code
public virtual byte GetGlobal(bool for_embedding)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
for_embedding |
ToString
Source code
public override string ToString()
Generated with ModularDoc