PdfEditor(Byte, String) Constructor
            Creates an editor for a PDF from a memory buffer
            
Namespace: Winnovative.Pdf.ChromiumAssembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.5.0
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