PdfMergeAddPdf(Byte, String) Method
Adds a PDF from a memory buffer
Namespace: HiQPdf.ChromiumAssembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.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