Method Init
Init(ISyntaxEdit)
Initializes EditorPrintDocument
content with content of Edit control.
public void Init(ISyntaxEdit edit)
Parameters
edit
ISyntaxEditRepresents an
ISyntaxEdit
object owningEditorPrintDocument
.
Init(ISyntaxEdit, bool)
Initializes EditorPrintDocument
content with content of Edit control.
public virtual void Init(ISyntaxEdit edit, bool calcPages)
Parameters
edit
ISyntaxEditRepresents an
ISyntaxEdit
object owningEditorPrintDocument
.calcPages
boolIndicates whether
EditorPrintDocument
should calculate count of pages to print.