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