Click or drag to resize

DocumentPrintingEventArgsPrintPageFrom Property

Gets or sets the page number of the first page to print.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public int PrintPageFrom { get; set; }

Property Value

Type: Int32
The page number of the first page to print.
Remarks

If the value of this property is greater than PrintPageTo, the values will be swapped.

Page numbers are 1-indexed (i.e. the first page is 1).

If set to a value greater than the document of pages in the Document, PrintPageToLast will be used.

See Also