JBIG2Image 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.JBIG2Image[[JBIG2Image]]
end
Members
Methods
Public Static methods
Details
Constructors
JBIG2Image
public JBIG2Image()
Methods
GetGlobalSegment
Source code
public static byte GetGlobalSegment(RandomAccessFileOrArray ra)
Arguments
GetJbig2Image
Source code
public static Image GetJbig2Image(RandomAccessFileOrArray ra, int page)
Arguments
GetNumberOfPages
Source code
public static int GetNumberOfPages(RandomAccessFileOrArray ra)
Arguments
Generated with ModularDoc