Accusoft Prizm Viewer Control v10.0
OnPrintingStart Event
See Also  Send comments on this topic.
printedTotalPages
A long value which represents the total number of pages.
PrizmControl Object : OnPrintingStart Event

Glossary Item Box

Description

Occurs when a print job starts.

Syntax

Visual Basic
Public Event OnPrintingStart( _
   ByVal printedTotalPages As Long _
)

Parameters

printedTotalPages
A long value which represents the total number of pages.

Remarks

While the print job executes, the OnPrintingPage event occurs for each page that is printed. The OnPrintingFinish even occurs when the print job completes.

See Also

©2015. Accusoft Corporation. All Rights Reserved.