PDFView4NET WPF Edition
CurrentPage Property (PrintProgressEventArgs)




O2S.Components.PDFRender4NET.Printing Namespace > PrintProgressEventArgs Class : CurrentPage Property
Gets the page number within the print range being printed.
Syntax
'Declaration
 
Public ReadOnly Property CurrentPage As Integer
'Usage
 
Dim instance As PrintProgressEventArgs
Dim value As Integer
 
value = instance.CurrentPage
public int CurrentPage {get;}
public: __property int get_CurrentPage();
public:
property int CurrentPage {
   int get();
}

Property Value

The number of the page within the print range being printed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PrintProgressEventArgs Class
PrintProgressEventArgs Members