'Declaration
Public Property PrintObject As Boolean
'Usage
Dim instance As DrawingObject Dim value As Boolean instance.PrintObject = value value = instance.PrintObject
public bool PrintObject {get; set;}
Property Value
true
if the object will be printed when the document is printed; otherwise, false
.