Shape
Contents
[
Hide
]ImageFieldMergingArgs.Shape property
Specifies the shape that the mail merge engine must insert into the document.
public Shape Shape { get; set; }
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
- assembly Aspose.Words