IsPrintable

Shape.IsPrintable property

Vero se l’oggetto è stampabile

public bool IsPrintable { get; set; }

Esempi


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

Guarda anche