IsDecorative

IShape.IsDecorative propiedad

Obtiene o establece la opción ‘Marcar como decorativo’ Reed/escribir Booleano.

public bool IsDecorative { get; set; }  

Ejemplos

using (Presentation pres = new Presentation("sample.pptx"))  
{  
    pres.Slides[0].Shapes[0].IsDecorative = true;  
}  

Ver También