ISlidesPicture

Overview

ISlidesPicture is a class in Aspose.Slides FOSS for .NET. Inherits from: ISlideComponent.

Represents a picture reference within a slide.

Properties: AsIPresentationComponent, AsISlideComponent, Image, LinkPathLong, Presentation, Slide.

Properties

NameTypeAccessDescription
ImageIPPImage?Read/WriteGets or sets the embedded image reference.
LinkPathLongstringRead/WriteGets or sets the URL for a linked (external) image.
AsISlideComponentISlideComponentReadReturns this instance as an ISlideComponent.
SlideIBaseSlide?ReadGets the owning base slide.
AsIPresentationComponentIPresentationComponentReadReturns this instance viewed as an IPresentationComponent.
PresentationIPresentation?ReadGets the owning presentation.

See Also