IsPrintable

Shape.IsPrintable property

Wahr, wenn das Objekt druckbar ist

public bool IsPrintable { get; set; }

Beispiele


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

Siehe auch