Gets or sets the pagenumber which you choose as the final page to printing.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This property may be removed in the future,please use the method of PdfDocument.PrintSettings.SelectPageRange.")]
public int PrintToPage { get; set; }
<ObsoleteAttribute("This property may be removed in the future,please use the method of PdfDocument.PrintSettings.SelectPageRange.")> 
Public Property PrintToPage As Integer
	Get
	Set
public:
[ObsoleteAttribute(L"This property may be removed in the future,please use the method of PdfDocument.PrintSettings.SelectPageRange.")]
property int PrintToPage {
	int get ();
	void set (int value);
}
[<ObsoleteAttribute("This property may be removed in the future,please use the method of PdfDocument.PrintSettings.SelectPageRange.")>]
member PrintToPage : int with get, set

Property Value

Int32

See Also