PrinterName Property (ActionHandlerPrint)
In This Topic
Gets or sets the name of the printer to use. If empty, a printer select dialog will be shown to the user when the current action handler is invoked.
Syntax
'Declaration
Public Property PrinterName As String
public string PrinterName {get; set;}
See Also