|
|
|
|
|
SftPrintPreview.VisitedPages Property |
Returns the total number of currently visited pages.
Syntax
|
VB.NET |
Total = object.VisitedPages As Integer |
||
|
VB |
Total = object.VisitedPages As Long |
||
|
C#.NET |
int Total = object.VisitedPages; |
||
|
VC++ |
long Total = object->VisitedPages;
|
||
|
C |
HRESULT object->get_VisitedPages(long* Total); |
||
|
Delphi |
Total := object.VisitedPages : Integer; |
||
object
A SftPrintPreview object.
Total
Returns the total number of currently visited pages.
Comments
The VisitedPages property returns the total number of currently visited pages.
The TotalPages property contains the total number of pages.