RunLengthDecodeEncode Method (Byte)Terminal Works - PDF Printing.Net Library
Implements RunLengthDecode encoder 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[] Encode(
	byte[] data
)

Parameters

data
Type: SystemByte
Data to be encoded.

Return Value

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

Reference