Gets or sets whether to print the outline border around the entire control.
Syntax
'Declaration
Public Property ShowBorder As Boolean
'Usage
Dim instance As PrintInfo
Dim value As Boolean
instance.ShowBorder = value
value = instance.ShowBorder
public bool ShowBorder {get; set;}
See Also