PdfMergeAddPdf(Byte, String) Method
Adds a PDF from a memory buffer
Namespace: EvoPdf.ChromiumAssembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
public int AddPdf(
byte[] pdfBuffer,
string password = null
)
- pdfBuffer Byte
- Byte array containing the PDF data
- password String (Optional)
- Password if the PDF is password protected, null otherwise
Int32Number of pages in the PDF document