ISlidesPicture Interface

Represents a picture in a presentation.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ISlidesPicture : IPresentationComponent

The ISlidesPicture type exposes the following members.

Properties
  NameDescription
Public propertyAsIPresentationComponent
Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
Public propertyImage
Returns or sets the embedded image. Read/write IPPImage.
Public propertyImageTransform
Returns the collection of image transform effects. Read-only IImageTransformOperationCollection.
Public propertyLinkPathLong
Returns of sets linked image's URL. Read/write String.
Public propertyPresentation
Returns the presentation. Read-only IPresentation.
(Inherited from IPresentationComponent.)
See Also