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
| Name | Type | Access | Description |
|---|---|---|---|
Image | IPPImage? | Read/Write | Gets or sets the embedded image reference. |
LinkPathLong | string | Read/Write | Gets or sets the URL for a linked (external) image. |
AsISlideComponent | ISlideComponent | Read | Returns this instance as an ISlideComponent. |
Slide | IBaseSlide? | Read | Gets the owning base slide. |
AsIPresentationComponent | IPresentationComponent | Read | Returns this instance viewed as an IPresentationComponent. |
Presentation | IPresentation? | Read | Gets the owning presentation. |