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ámetro | Tipo | Descripción |
|---|---|---|
| imageSrc | System::String | Image fuente. |
| imageResolution | double | (Opcional) Image Resolución. Predeterminado: 300 DPI. |
Ver también
- Class String
- Class IllustrationElement
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++
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ámetro | Tipo | Descripción |
|---|---|---|
| imageSrc | System::String | Image fuente. |
| imageWidth | double | Image ancho. |
| imageHeight | double | Image alto. |
Ver también
- Class String
- Class IllustrationElement
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++