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)
| Parameter | Type | Description |
|---|---|---|
| imageSrc | System::String | Image source. |
| imageResolution | double | (Optional) Image Resolution. Default: 300 DPI. |
See Also
- Class String
- Class IllustrationElement
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| imageSrc | System::String | Image source. |
| imageWidth | double | Image width. |
| imageHeight | double | Image height. |
See Also
- Class String
- Class IllustrationElement
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++