Picture class

Picture class

Represents a picture in a presentation.

The Picture type exposes the following members:

Properties

PropertyDescription
imageReturns or sets the embedded image.
Read/write IPPImage.
link_path_longReturns of sets linked image’s URL.
Read/write str.
image_transformReturns the collection of image transform effects.
Read-only IImageTransformOperationCollection.
presentationReturns the presentation.
Read-only IPresentation.
slideReturns the parent slide of a picture.
Read-only IBaseSlide.

See Also