CryptDecodeDecode Method (Byte, PdfDictionary)Terminal Works - PDF Printing.Net Library
Implement IdentityFilter filter which doesn't change data in any way.

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

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

Parameters

data
Type: SystemByte
Data in the form of byte array.
parms
Type: PdfEdit.PdfPdfDictionary
Additional decode parameters. For now this parameter isn't used.

Return Value

Type: Byte
if data is null throws exception, otherwise return unmodified data
See Also

Reference