PdfEditor(Byte, String, PdfDigitalSignature) Constructor

Creates an editor for a PDF loaded from a memory buffer, with a digital signature to be applied when the PDF is saved

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfEditor(
	byte[] pdfBuffer,
	string password,
	PdfDigitalSignature digitalSignature
)

Parameters

pdfBuffer  Byte
Byte array containing the PDF data
password  String
Owner password if the PDF is password protected, or null otherwise
digitalSignature  PdfDigitalSignature
Digital signature to apply when the PDF is saved

See Also