Aspose::Pdf::LogicalStructure::IllustrationElement::SetImage method

IllustrationElement::SetImage(System::String, double) method

Appends image to current illustration element.

virtual void Aspose::Pdf::LogicalStructure::IllustrationElement::SetImage(System::String imageSrc, double imageResolution=300)
ParameterTypeDescription
imageSrcSystem::StringImage source.
imageResolutiondouble(Optional) Image Resolution. Default: 300 DPI.

See Also

IllustrationElement::SetImage(System::String, double, double) method

Appends image to current illustration element.

virtual void Aspose::Pdf::LogicalStructure::IllustrationElement::SetImage(System::String imageSrc, double imageWidth, double imageHeight)
ParameterTypeDescription
imageSrcSystem::StringImage source.
imageWidthdoubleImage width.
imageHeightdoubleImage height.

See Also