Click or drag to resize

PdfJPXDecodeFilter Class

The JPXDecode (PDF 1.5) filter decodes data encoded using the wavelet-based JPEG2000 standard, reproducing the original image data.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.FiltersPdfFilter
    SautinSoft.Pdf.FiltersPdfJPXDecodeFilter

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

The PdfJPXDecodeFilter type exposes the following members.

Constructors
 NameDescription
Public methodPdfJPXDecodeFilterInitializes a new instance of the PdfJPXDecodeFilter class
Top
Properties
 NameDescription
Public propertyFilterType Gets the JPXDecode value.
(Overrides PdfFilterFilterType)
Top
See Also