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