PdfPaperSettingsEventArgs
CurrentPaper Property
|
Get current paper index,from 1.
Namespace:
Spire.Pdf.Print
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int CurrentPaper { get; }
Public ReadOnly Property CurrentPaper As Integer
Get
public:
property int CurrentPaper {
int get ();
}
member CurrentPaper : int with get
Property Value
Type:
Int32
See Also