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