Table of Contents
FirstPageNumber Property

Gets or sets the page number for the first page.

Syntax
 public Int32 FirstPageNumber { get; set; }
Remarks

If this property is negative, the page number is automatically calculated. This value is being used as the base number for the page_number variable in HeaderHtmlFormat and FooterHtmlFormat.

This property is automatically reset to -1 after each conversion.

See Also