ComponentOne VSView 8.0
SavingDoc Event

Fired while saving documents to disk, once after each page is saved.

Syntax

Private Sub VSPrinter_SavingDoc( ByVal Page As Integer, ByVal Of As Integer, Cancel As Boolean)

Remarks

The parameters for the SavingDoc event are described below:

 

Parameter

Description

Page

The number of the page being saved.

Of

The total number of pages to be saved.

Cancel

Set this parameter to True if you wish to cancel the save operation.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback