IsPrintable

Shape.IsPrintable property

Verdadero si el objeto es imprimible

public bool IsPrintable { get; set; }

Ejemplos


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

Ver también