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