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
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: Byteif data is null throws exception, otherwise return unmodified data
See Also