In This Topic
Gets or sets whether to print the title.
Syntax
'Declaration
Public Property ShowTitle As Boolean
'Usage
Dim instance As PrintInfo
Dim value As Boolean
instance.ShowTitle = value
value = instance.ShowTitle
public bool ShowTitle {get; set;}
Example
This example defines the print information.
See Also