FormTemplate.AddTextFragment(String, Single, Single) Method
Adds a text fragment to the form template at the specified coordinates.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | The text to add as a fragment. |
| x | Single | The x-coordinate of the text fragment. |
| y | Single | The y-coordinate of the text fragment. |
Returns
| Type |
|---|
| TextFragment |
See Also