RunLengthDecodeDecode Method (Byte, PdfDictionary)Terminal Works - PDF Printing.Net Library
Implements RunLengthDecode decoder on the specified data.

Namespace: PdfEdit.Pdf.Filters
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public override byte[] Decode(
	byte[] data,
	PdfDictionary parms
)

Parameters

data
Type: SystemByte
Data to be encoded.
parms
Type: PdfEdit.PdfPdfDictionary
Additional parameters. For now not used.

Return Value

Type: Byte
expection if data is null otherwise returns decoded data.
See Also

Reference