ImageGear for Silverlight
RequestPrint Event
See Also  Send Feedback
ImageGear20.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PrintPreview Class : RequestPrint Event




Glossary Item Box

Occurs when the control is about to start the printing.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Event Data

The event handler receives an argument of type RequestPrintEventArgs containing data related to this event. The following RequestPrintEventArgs properties provide information specific to this event.

PropertyDescription
PrintJob Gets the PrintJob corresponding to the options selected in the control.
SkipPrinting Gets or sets a value indicating whether the control shall print the pages.

Remarks

This event allows the application to use a custom printing process instead of the automatic process implemented by the control.

See Printing Images section for more information.

See Also

©2013. Accusoft Corporation. All Rights Reserved.