'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;}
PrintInfo Class PrintInfo Members