Get the user has specified print pages.

Namespace: Spire.Pdf.Print
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int[] PrintPages { get; }
Public ReadOnly Property PrintPages As Integer()
	Get
public:
property array<int>^ PrintPages {
	array<int>^ get ();
}
member PrintPages : int[] with get

Property Value

array<Int32>[]()[][]

See Also