CPrintDialog::GetFromPage

 

Retrieves the starting page of the print range.

Syntax

int GetFromPage( ) const;

Return Value

The starting page number in the range of pages to be printed.

Remarks

Call this function after calling DoModal to retrieve the starting page number in the range of pages to be printed.

Example

See the example for CPrintDialog::m_pd.

Requirements

Header: afxdlgs.h

See Also

CPrintDialog Class
Hierarchy Chart
CPrintDialog::GetToPage
CPrintDialog::PrintRange