CurrentPage Property (SampleC1PrintDocument)
In This Topic
Gets the current generating page, returns null if document in not generating state.
Syntax
'Declaration
Public ReadOnly Property CurrentPage As C1Page
public C1Page CurrentPage {get;}
See Also