TargetSection
SectionZoomFrame.TargetSection property
Obtient ou définit l’objet de section auquel l’objet Section Zoom est lié. Lecture/écritureISection
.
public ISection TargetSection { get; set; }
Exemples
L’exemple suivant illustre la modification de la section cible et crée une nouvelle image pour l’objet de zoom de section :
[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];
}
Voir également
- interface ISection
- class SectionZoomFrame
- espace de noms Aspose.Slides
- Assemblée Aspose.Slides