IncludeHiddenSlides
Propiedad PresentationAnimationsGenerator.IncludeHiddenSlides
Obtiene o establece si las diapositivas ocultas deben ser incluidas.
public bool IncludeHiddenSlides { get; set; }
Ejemplos
[C#]
using (Presentation presentation = new Presentation("animated.pptx"))
{
using (var animationsGenerator = new PresentationAnimationsGenerator(presentation.SlideSize.Size.ToSize()))
{
animationsGenerator.IncludeHiddenSlides = false;
// ...
animationsGenerator.Run(presentation.Slides);
}
}
Ver también
- clase PresentationAnimationsGenerator
- espacio de nombres Aspose.Slides.Export
- ensamblado Aspose.Slides