Initializes a new instance of the class.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfDocument( byte[] bytes )
Public Sub New ( bytes As Byte() )
public: PdfDocument( array<unsigned char>^ bytes )
new : bytes : byte[] -> PdfDocument
Parameters
- bytes
- array<Byte>[]()[][]