Click or drag to resize

PdfJBIG2DecodeFilter Class

The JBIG2Decode filter (PDF 1.4) decodes monochrome (1 bit per pixel) image data that has been encoded using JBIG2 encoding.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.FiltersPdfFilter
    SautinSoft.Pdf.FiltersPdfJBIG2DecodeFilter

Namespace: SautinSoft.Pdf.Filters
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.4.23
Syntax
public sealed class PdfJBIG2DecodeFilter : PdfFilter

The PdfJBIG2DecodeFilter type exposes the following members.

Constructors
 NameDescription
Public methodPdfJBIG2DecodeFilterInitializes a new instance of the PdfJBIG2DecodeFilter class
Top
Properties
 NameDescription
Public propertyFilterType Gets the JBIG2Decode value.
(Overrides PdfFilterFilterType)
Public propertyJBIG2Globals A PdfStream containing the JBIG2 global (page 0) segments. Global segments shall be placed in this stream even if only a single JBIG2 image XObject refers to it.
Top
See Also