PdfDocument Constructor (
Byte
)
|
Initializes a new instance of theclass.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfDocument(
byte[] bytes
)
Public Sub New (
bytes As Byte()
)
public:
PdfDocument(
array<unsigned char>^ bytes
)
new :
bytes : byte[] -> PdfDocument
Parameters
-
bytes
-
Type:
System
Byte
The byte array with the file content.
See Also