Appends the contents of specified buffer with PDF data to
this
PdfDocument.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void Append(
byte[] buffer
)
VB
Public Sub Append (
buffer As Byte()
)
Parameters
- buffer
- Type: System.Byte[]
The buffer to read PDF data from.
See Also