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