Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public static byte[] DecodePredictor( byte[] inp, PdfObject dicPar ) |
| Visual Basic |
|---|
Public Shared Function DecodePredictor ( _ inp As Byte(), _ dicPar As PdfObject _ ) As Byte() |
| Visual C++ |
|---|
public: static array<unsigned char>^ DecodePredictor( array<unsigned char>^ inp, PdfObject^ dicPar ) |