In This Article

IPrinterView Interface

Provides the base requirements for a text view that is presented on a printed page.

public interface IPrinterView : ITextView

Properties

Margins

Gets the collection of margins that are currently in the view.

IPrinterViewMarginCollection Margins { get; }

Property Value

IPrinterViewMarginCollection:

The collection of margins that are currently in the view.

PageCount

Gets the total number of printed pages.

int PageCount { get; }

Property Value

int:

The total number of printed pages.

PageNumber

Gets the page number that the view represents.

int PageNumber { get; }

Property Value

int:

The page number that the view represents.

Inherited Members