A Boolean type property. A flag that specifies whether to print this shape or not. True - the shape is non-printable, False - the shape is printable.
Applies to: Shape object
[[Let] booleanRet =] object.NonPrinting [Let] object.NonPrinting = booleanSet |
The NonPrinting property syntax has these parts:
Part | Description |
object | Required. An expression that returns a Shape object. |
booleanRet | Optional. A Boolean type variable. |
booleanSet | Required. An expression that returns a Boolean value. |
The NonPrinting property is also a table parameter of the shape, that is, its value can be described by a formula. To work with NonPrinting as a table parameter, use the CDPT_NONPRINTING constant tag.
See Also |
NonPrinting property, ResizeBehaviour property, ShowAlignBox property, ShowControlHandles property, ShowShapeHandles property, ShowText property |