SftPrintPreview/OCX 1.0

SftPrintPreview.VisitedPages Property

Softel vdm, Inc.

Returns the total number of currently visited pages.

Syntax       

Get

VB.NET

Total = object.VisitedPages  As Integer

VB

Total = object.VisitedPages  As Long

C#.NET

int Total = object.VisitedPages;

VC++

long Total = object->VisitedPages;
long Total = object->GetVisitedPages();

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.


Feedback / comments / error reports for this topic
© 2004 - Softel vdm, Inc. - www.windowscontrols.com