Gets or sets the pagenumber which you choose as the start page to printing
Namespace: Spire.PdfAssembly: 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 PrintFromPage { get; set; }
<ObsoleteAttribute("This property may be removed in the future,please use the method of PdfDocument.PrintSettings.SelectPageRange.")> Public Property PrintFromPage 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 PrintFromPage { int get (); void set (int value); }
[<ObsoleteAttribute("This property may be removed in the future,please use the method of PdfDocument.PrintSettings.SelectPageRange.")>] member PrintFromPage : int with get, set