TargetSection
SectionZoomFrame.TargetSection свойство
Получает или устанавливает объект раздела, к которому относится объект Section Zoom. Чтение/запись ISection
.
public ISection TargetSection { get; set; }
Примеры
Следующий пример демонстрирует изменение целевого раздела и создание нового изображения для объекта section zoom:
[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];
}
См. также
- интерфейс ISection
- класс SectionZoomFrame
- пространство имен Aspose.Slides
- сборка Aspose.Slides