IsPrintable

Shape.IsPrintable property

Nesne yazdırılabilir ise doğrudur

public bool IsPrintable { get; set; }

Örnekler


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

Ayrıca bakınız