PdfEditor(Byte, String) Constructor

Creates an editor for a PDF from a memory buffer

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.0.0
C#
public PdfEditor(
	byte[] pdfBuffer,
	string password = null
)

Parameters

pdfBuffer  Byte
Byte array containing the PDF data
password  String  (Optional)
Owner password if the PDF is password protected, null otherwise

See Also