FormTemplate.AddImageFragment(DXImage, PointF) Method
Adds an image fragment to the FormTemplate object.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| image | DXImage | The image to add. |
| location | PointF | The location of the image fragment on the page. |
Returns
| Type | Description |
|---|---|
| ImageFragment | The added image fragment. |
See Also