Class ImgJbig2
- Namespace
- iTextSharp.text
- Assembly
- iTextSharp.LGPLv2.Core.dll
Support for JBIG2 images. @since 2.1.5
public class ImgJbig2 : Image, IElement
- Inheritance
-
ImgJbig2
- Implements
- Inherited Members
Constructors
ImgJbig2()
Empty constructor.
public ImgJbig2()
ImgJbig2(int, int, byte[], byte[])
Actual constructor for ImgJBIG2 images.
public ImgJbig2(int width, int height, byte[] data, byte[] globals)
Parameters
width
intthe width of the image
height
intthe height of the image
data
byte[]the raw image data
globals
byte[]JBIG2 globals
Properties
GlobalBytes
Getter for the JBIG2 global data.
public byte[] GlobalBytes { get; }
Property Value
- byte[]
an array of bytes
GlobalHash
Getter for the unique hash.
public byte[] GlobalHash { get; }
Property Value
- byte[]
an array of bytes