Click or drag to resize

PdfRunLengthDecodeFilter Class

The RunLengthDecode filter decodes data encoded using a byte-oriented run-length encoding algorithm, reproducing the original text or binary data (typically monochrome image data, or any data that contains frequent long runs of a single byte value).
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.FiltersPdfFilter
    SautinSoft.Pdf.FiltersPdfRunLengthDecodeFilter

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

The PdfRunLengthDecodeFilter type exposes the following members.

Constructors
 NameDescription
Public methodPdfRunLengthDecodeFilterInitializes a new instance of the PdfRunLengthDecodeFilter class
Top
Properties
 NameDescription
Public propertyFilterType Gets the RunLengthDecode value.
(Overrides PdfFilterFilterType)
Top
See Also