ISlidesPicture

ISlidesPicture interface

Represents a picture in a presentation.

public interface ISlidesPicture : ISlideComponent

Properties

NameDescription
AsISlideComponent { get; }Allows to get base ISlideComponent interface. Read-only ISlideComponent.
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.

See Also