Picture

Overview

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

Concrete picture reference backed by an a:blip XML element in a slide’s XML.

Properties

NameTypeAccessDescription
AsIPresentationComponentIPresentationComponentReadReturns this picture as an IPresentationComponent
AsISlideComponentISlideComponentReadReturns this picture as an ISlideComponent
SlideIBaseSlide?ReadGets the slide that contains the picture, or null if none
PresentationIPresentation?ReadGets the presentation owning the picture, or null if none
ImageIPPImage?Read/WriteGets the underlying IPPImage representing the picture’s bitmap
LinkPathLongstringRead/WriteGets the full hyperlink path associated with the picture

See Also