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