Aspose::Pdf::LogicalStructure::IllustrationElement::SetImage metod

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

Lägger till bild i det aktuella illustrationselementet.

virtual void Aspose::Pdf::LogicalStructure::IllustrationElement::SetImage(System::String imageSrc, double imageResolution=300)
ParameterTypBeskrivning
imageSrcSystem::StringImage källa.
imageResolutiondouble(Valfri) Image Upplösning. Standard: 300 DPI.

Se även

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

Lägger till bild i det aktuella illustrationselementet.

virtual void Aspose::Pdf::LogicalStructure::IllustrationElement::SetImage(System::String imageSrc, double imageWidth, double imageHeight)
ParameterTypBeskrivning
imageSrcSystem::StringImage källa.
imageWidthdoubleImage bredd.
imageHeightdoubleImage höjd.

Se även