TCustomRVPrint.FirstPageNo (read-only)

<< Click to display table of contents >>

TCustomRVPrint.FirstPageNo (read-only)

Returns the index of the first page that will be printed, from 1.

property FirstPageNo: Integer;

(Introduced in version 13)

This property takes the properties MinPrintedItemNo and MaxPrintedItemNo into account. By default, when these properties define the range including the whole document, FirstPageNo returns 1. If MinPrintedItemNo>0, this property returns the index of the page containing the MinPrintedItemNo-th item (see GetPageNo). If MinPrintedItemNo>=ItemCount, FirstPageNo returns PagesCount+1 (and nothing will be printed).