Aspose::Words::Drawing::Fill::SetImage method

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)
ParameterTypeDescription
imageBytesconst System::ArrayPtr<uint8_t>&The image bytes array.

See Also

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)
ParameterTypeDescription
streamconst System::SharedPtr<System::IO::Stream>&The stream that contains the image bytes.

See Also

Fill::SetImage(const System::String&) method

Changes the fill type to single image.

void Aspose::Words::Drawing::Fill::SetImage(const System::String &fileName)
ParameterTypeDescription
fileNameconst System::String&The path to the image file.

See Also