Picture

Picture class

Represents a picture in a presentation.

public sealed class Picture : ISlidesPicture

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
Image { get; set; }Returns or sets the embedded image. Read/write IPPImage.
ImageTransform { get; }Returns the collection of image transform effects. Read-only IImageTransformOperationCollection.
LinkPathLong { get; set; }Returns of sets linked image’s URL. Read/write String.
Presentation { get; }Returns the presentation. Read-only IPresentation.
Slide { get; }Returns the parent slide of a picture. Read-only IBaseSlide.

Methods

NameDescription
override Equals(object)Compares with specified object.
override GetHashCode()Returns hash.

See Also