|
PdfManagerLoad Method (Byte) |
Loads a pdf document from a byte array.
Namespace:
SelectPdf.Extras
Assembly:
Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntax public void Load(
byte[] fileBytes
)
Public Sub Load (
fileBytes As Byte()
)
Parameters
- fileBytes
- Type: SystemByte
A byte array representing an existing pdf document.
See Also