Method Init
Init(ISyntaxEdit)
Initializes EditorPrintDocument content with content of Edit control.
public void Init(ISyntaxEdit edit)
Parameters
editISyntaxEditRepresents an
ISyntaxEditobject owningEditorPrintDocument.
Init(ISyntaxEdit, bool)
Initializes EditorPrintDocument content with content of Edit control.
public virtual void Init(ISyntaxEdit edit, bool calcPages)
Parameters
editISyntaxEditRepresents an
ISyntaxEditobject owningEditorPrintDocument.calcPagesboolIndicates whether
EditorPrintDocumentshould calculate count of pages to print.