Aspose::Pdf::Forms::TextBoxField::AddImage method

TextBoxField::AddImage method

Adds image into the field resources and draws it.

void Aspose::Pdf::Forms::TextBoxField::AddImage(System::SharedPtr<System::Drawing::Image> image)
ParameterTypeDescription
imageSystem::SharedPtr<System::Drawing::Image>Image to add into text field.

See Also