Accusoft Prizm Viewer Control v10.0
OnPrintingPage Event
A long value which represents the printed page number.
A string value which represents the file name.
A long value which represents the image file page number.
Description
Occurs for each page that is printed during a print job.
Syntax
Visual Basic
Public Event OnPrintingPage( _
   ByVal printedPageNumber As Long, _
   ByVal imageFilename As String, _
   ByVal imageFilePageNumber As Long _
)
Parameters
printedPageNumber
A long value which represents the printed page number.
imageFilename
A string value which represents the file name.
imageFilePageNumber
A long value which represents the image file page number.
Remarks
The OnPrintingFinish event occurs when the print job completes.
See Also

PrizmControl Object  | PrizmControl Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback