In This Topic
Gets or sets what is to be printed.
Syntax
'Declaration
Public Property PrintType As PrintType
'Usage
Dim instance As PrintInfo
Dim value As PrintType
instance.PrintType = value
value = instance.PrintType
public PrintType PrintType {get; set;}
Example
This sets the properties for the PrintInfo class.
See Also