Aspose::Words::MailMerging::ImageFieldMergingArgs::get_Shape method
Contents
[
Hide
]ImageFieldMergingArgs::get_Shape method
Specifies the shape that the mail merge engine must insert into the document.
const System::SharedPtr<Aspose::Words::Drawing::Shape> & Aspose::Words::MailMerging::ImageFieldMergingArgs::get_Shape() const
Remarks
When this property is specified, the mail merge engine ignores all other properties like ImageFileName or ImageStream and simply inserts the shape into the document.
Use this property to fully control the process of merging an image merge field. For example, you can specify WrapType or any other shape property to fine tune the resulting node. However, please note that you are responsible for providing the content of the shape.
See Also
- Class Shape
- Class ImageFieldMergingArgs
- Namespace Aspose::Words::MailMerging
- Library Aspose.Words for C++