Table of Contents

Method Init

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

Init(ISyntaxEdit)

Initializes EditorPrintDocument content with content of Edit control.

public void Init(ISyntaxEdit edit)

Parameters

edit ISyntaxEdit

Represents an ISyntaxEdit object owning EditorPrintDocument.

Init(ISyntaxEdit, bool)

Initializes EditorPrintDocument content with content of Edit control.

public virtual void Init(ISyntaxEdit edit, bool calcPages)

Parameters

edit ISyntaxEdit

Represents an ISyntaxEdit object owning EditorPrintDocument.

calcPages bool

Indicates whether EditorPrintDocument should calculate count of pages to print.