Shape.IsPrintable

Shape.IsPrintable property

Indicates whether the object is printable. If False, this shape will not be printed when printing.

public bool IsPrintable { get; set; }

Examples


[C#]
if(shape.IsPrintable)
    shape.IsPrintable = false;

See Also