TargetSection
SectionZoomFrame.TargetSection property
Obtiene o establece el objeto de sección al que se vincula el objeto Zoom de sección. Lectura/escrituraISection
.
public ISection TargetSection { get; set; }
Ejemplos
El siguiente ejemplo muestra cómo cambiar la sección de destino y crea una nueva imagen para el objeto de zoom de sección:
[C#]
using (Presentation pres = new Presentation())
{
ISectionZoomFrame sectionZoomFrame = pres.Slides[0].Shapes.AddSectionZoomFrame(150, 20, 50, 50, pres.Sections[1]);
sectionZoomFrame.TargetSection = pres.Sections[2];
}
Ver también
- interface ISection
- class SectionZoomFrame
- espacio de nombres Aspose.Slides
- asamblea Aspose.Slides