CPrintInfo::GetOffsetPage

UINT GetOffsetPage( ) const;

Return Value

The number of pages preceding the first page of a DocObject item being printed in a combined DocObject print job.

Remarks

Call this function to retrieve the offset when printing multiple DocObject items from a DocObject client. This value is referenced by the m_nOffsetPage member. The first page of your document will be numbered the m_nOffsetPage value + 1 when printed as a DocObject with other active documents. The m_nOffsetPage member is valid only if the m_bDocObject value is TRUE.

CPrintInfo OverviewClass MembersHierarchy Chart

See Also   CPrintInfo::m_nOffsetPage, CPrintInfo::m_bDocObject