Picture Class

Represents a picture in a presentation.
Inheritance Hierarchy

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Picture : PVIObject, ISlidesPicture, 
	IPresentationComponent

The Picture type exposes the following members.

Properties
  NameDescription
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.
Public propertySlide
Returns the parent slide of a picture. Read-only IBaseSlide.
Methods
See Also