ShowBorder Property (PrintInfo)
In This Topic
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;}
Example
This sets the properties for the PrintInfo class.
See Also