PdfEditor(String, String) Constructor
            Creates an editor for a PDF from a file
            
Namespace: Winnovative.Pdf.ChromiumAssembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.5.0
public PdfEditor(
	string filePath,
	string password = null
)
Parameters
- filePath  String
 - Path to the PDF file
 - password  String  (Optional)
 - Owner password if the PDF is password protected, null otherwise