IsPrintable

Shape.IsPrintable property

如果对象是可打印的,则为真

public bool IsPrintable { get; set; }

例子


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

也可以看看