property ExPrint.StartPageNumber as Long
Specifies the number to start page numbering.

TypeDescription
Long A long expression that specifies the number to start page numbering.
By default, the StartPageNumber property is 1 and it means that the page number starts at 1. Use the StartPageNumber property to change the number to start page numbering. The PageNumberFormat property specifies the format to display the page numbers. Use the PageNumbersAlignment property to align the page number field in the header or footer of the page. Use the ShowPageNumbers property to hide the page number field. Use the PageNumbersPositon property to indicate whether the page number field is displayed in the header or footer of the page. Use the Caption property to specify a caption for the document being printed on all pages. Use the ExtraCaption property to specify a additional captions for the document being printed on the pages.  The StartPageNumber property affects the <%page%> and <%count%> predefined values whenever the PageNumberFormat, Caption or ExtraCaption properties use these values.