Opens an existing PDF document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfDocument(
byte[] buffer
)
VB
Public Sub New (
buffer As Byte()
)
Parameters
- buffer
- Type: System.Byte[]
The byte buffer from which the PDF document to be read.
See Also