Shape.IsPrintable

Shape.IsPrintable property

True if the object is printable

public bool IsPrintable { get; set; }

Examples


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

See Also