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)
Parameter | Type | Description |
---|---|---|
fieldName | System::String | Name of the field. |
image | System::SharedPtr<System::IO::Stream> | Stream which contains image. |
See Also
- Class String
- Typedef SharedPtr
- Class Stream
- Class XFA
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++