In This Topic
Gets or sets whether shapes are printed.
Syntax
'Declaration
Public Property PrintShapes As Boolean
'Usage
Dim instance As PrintInfo
Dim value As Boolean
instance.PrintShapes = value
value = instance.PrintShapes
public bool PrintShapes {get; set;}
See Also