Aspose::Pdf::Forms::XFA::SetFieldImage method

XFA::SetFieldImage method

Sets image for XFA field.

void Aspose::Pdf::Forms::XFA::SetFieldImage(System::String fieldName, System::SharedPtr<System::IO::Stream> image)
ParameterTypeDescription
fieldNameSystem::StringName of the field.
imageSystem::SharedPtr<System::IO::Stream>Stream which contains image.

See Also