IsPrintable

Shape.IsPrintable property

Sant om objektet är utskrivbart

public bool IsPrintable { get; set; }

Exempel


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

Se även