Initializes a new instance of the class.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

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>[]()[][]

See Also