Picture

Overview

Picture is a class in Aspose.Slides FOSS for C++.

Represents a picture in a presentation.

Methods

SignatureDescription
init_internal(blip_element: pugi::xml_node, slide_part: Internal::pptx::SlidePart, parent_slide: Slide)Internal initialization with the a:blip XML element.
set_image(value: IPPImage)Sets the embedded image.
set_link_path_long(value: std::string)Sets the linked image’s URL.

See Also