In This Topic
Gets or sets whether to display a print dialog before printing.
Syntax
'Declaration
Public Property ShowPrintDialog As Boolean
'Usage
Dim instance As PrintInfo
Dim value As Boolean
instance.ShowPrintDialog = value
value = instance.ShowPrintDialog
public bool ShowPrintDialog {get; set;}
See Also