PdfJBIG2DecodeFilter Class
The JBIG2Decode filter (PDF 1.4) decodes monochrome (1 bit per pixel) image data that has been encoded using JBIG2 encoding.
public sealed class PdfJBIG2DecodeFilter : PdfFilter
Public NotInheritable Class PdfJBIG2DecodeFilter
Inherits PdfFilter
- Inheritance:
- System.ObjectPdfJBIG2DecodeFilter
Properties
FilterType
Gets the JBIG2Decode value.
public override PdfFilterType FilterType { get; }
Public Overrides ReadOnly Property FilterType As PdfFilterType
Property Value
The JBIG2Decode value.
Overrides
JBIG2Globals
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.
Property Value
Exceptions
Value is not according to PDF Specification ISO 32000-1:2008.
See Also
Inherited Methods
Equals(System.Object) | Determines whether the specified System.Object is equal to this PdfFilter instance. (Inherited from PdfFilter) |
GetHashCode() | Returns a hash code for this PdfFilter instance. (Inherited from PdfFilter) |
ToString() | Returns a System.String that represents this PdfFilter instance. (Inherited from PdfFilter) |