ISlidesPicture

Overview

ISlidesPicture is a class in Aspose.Slides FOSS for .NET. Inherits from: ISlideComponent.

Represents a picture reference within a slide.

Properties

NameTypeAccessDescription
ImageIPPImage?Read/WriteProvides the picture’s image data as an IPPImage, or null if not set
LinkPathLongstringRead/WriteReturns the full file system path or URL that the picture links to
AsISlideComponentISlideComponentReadExposes the picture as an ISlideComponent for generic slide operations

See Also