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
Namespace: EvoPdf.NextAssembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
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