FormEditor.FormEditor

FormEditor()

Constructor for FormEditor.

public FormEditor()

Examples

FormEditor formEditor = new FormEditor();

See Also


FormEditor(Document)

Initializes new FormEditor object on base of the document.

public FormEditor(Document document)
ParameterTypeDescription
documentDocumentPdf document.

See Also