Table of Contents

Method Init

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

Init(TextEditor)

Initializes EditorPrintDocument content with content of Edit control.

public DocumentPaginator Init(TextEditor edit)

Parameters

edit TextEditor

Represents an ItextEdit object owning EditorPrintDocument.

Returns

DocumentPaginator

Init(TextEditor, bool)

Initializes EditorPrintDocument content with content of Edit control.

public virtual DocumentPaginator Init(TextEditor edit, bool calcPages)

Parameters

edit TextEditor

Represents an TextEditor object owning EditorPrintDocument.

calcPages bool

Indicates whether EditorPrintDocument should calculate count of pages to print.

Returns

DocumentPaginator