PdfPrintSettings
PrintPages Property
|
Get the user has specified print pages.
Namespace:
Spire.Pdf.Print
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Int32
See Also