IsPrintable

Shape.IsPrintable property

صحيح إذا كان الكائن قابل للطباعة

public bool IsPrintable { get; set; }

أمثلة


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

أنظر أيضا