PrintObject Property (IShape)
Gets or sets a boolean value indicating whether the object will be printed when the document is printed.
bool PrintObject {get; set;}
'Declaration
Property PrintObject As Boolean
'Usage
Dim instance As IShape
Dim value As Boolean
instance.PrintObject = value
value = instance.PrintObject
Property Value
true
if the object will be printed when the document is printed; otherwise,
false
.