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