Aspose::Pdf::LogicalStructure::IllustrationElement::SetImage método

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

Agrega una imagen al elemento de ilustración actual.

virtual void Aspose::Pdf::LogicalStructure::IllustrationElement::SetImage(System::String imageSrc, double imageResolution=300)
ParámetroTipoDescripción
imageSrcSystem::StringImage fuente.
imageResolutiondouble(Opcional) Image Resolución. Predeterminado: 300 DPI.

Ver también

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

Agrega una imagen al elemento de ilustración actual.

virtual void Aspose::Pdf::LogicalStructure::IllustrationElement::SetImage(System::String imageSrc, double imageWidth, double imageHeight)
ParámetroTipoDescripción
imageSrcSystem::StringImage fuente.
imageWidthdoubleImage ancho.
imageHeightdoubleImage alto.

Ver también