Class RunLengthDecodeFilter
Handles RunLengthDecode filter.
public class RunLengthDecodeFilter : MemoryLimitsAwareFilter, IFilterHandler
- Inheritance
-
RunLengthDecodeFilter
- Implements
- Inherited Members
Constructors
RunLengthDecodeFilter()
public RunLengthDecodeFilter()
Methods
Decode(byte[], PdfName, PdfObject, PdfDictionary)
public override byte[] Decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
Parameters
b
byte[]filterName
PdfNamedecodeParams
PdfObjectstreamDictionary
PdfDictionary
Returns
- byte[]