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 void SetData( byte[] data, bool compress, int compressionLevel ) |
| Visual Basic |
|---|
Public Sub SetData ( _ data As Byte(), _ compress As Boolean, _ compressionLevel As Integer _ ) |
| Visual C++ |
|---|
public: void SetData( array<unsigned char>^ data, bool compress, int compressionLevel ) |
Parameters
- data
- Type: array<System..::..Byte>[]()[][]
- compress
- Type: System..::..Boolean
- compressionLevel
- Type: System..::..Int32