XFINIUM.PDF Documentation
PrintPageRange Property



Gets or sets the print page range.
Syntax
'Declaration
 
Public Property PrintPageRange As Integer()
'Usage
 
Dim instance As PdfViewerPreferences
Dim value() As Integer
 
instance.PrintPageRange = value
 
value = instance.PrintPageRange
public int[] PrintPageRange {get; set;}
public:
property array<int>^ PrintPageRange {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

The page numbers used to initialize the print dialogue box when the document is printed.
Remarks
The array shall contain an even number of integers to be interpreted in pairs, with each pair specifying the first and last pages in a sub-range of pages to be printed.The first page of the PDF file shall be denoted by 1.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfViewerPreferences Class
PdfViewerPreferences Members

Send Feedback