Aspose::Words::Drawing::Fill::SetImage method
Contents
[
Hide
]Fill::SetImage(const System::ArrayPtr<uint8_t>&) method
Changes the fill type to single image.
void Aspose::Words::Drawing::Fill::SetImage(const System::ArrayPtr<uint8_t> &imageBytes)
Parameter | Type | Description |
---|---|---|
imageBytes | const System::ArrayPtr<uint8_t>& | The image bytes array. |
See Also
- Class Fill
- Namespace Aspose::Words::Drawing
- Library Aspose.Words for C++
Fill::SetImage(const System::SharedPtr<System::IO::Stream>&) method
Changes the fill type to single image.
void Aspose::Words::Drawing::Fill::SetImage(const System::SharedPtr<System::IO::Stream> &stream)
Parameter | Type | Description |
---|---|---|
stream | const System::SharedPtr<System::IO::Stream>& | The stream that contains the image bytes. |
See Also
- Class Fill
- Namespace Aspose::Words::Drawing
- Library Aspose.Words for C++
Fill::SetImage(const System::String&) method
Changes the fill type to single image.
void Aspose::Words::Drawing::Fill::SetImage(const System::String &fileName)
Parameter | Type | Description |
---|---|---|
fileName | const System::String& | The path to the image file. |
See Also
- Class Fill
- Namespace Aspose::Words::Drawing
- Library Aspose.Words for C++