Table of Contents
StartPageIndex Property

Gets or set the starting page index.

Syntax
 public Int32 StartPageIndex { get; set; }
Remarks

By default, a new conversion automatically starts a new page while rendering to a PdfDocument object. Set this property to a non-negative value to instruct the converter to start from the specified page.

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

See Also