Page.AddFragment(PageFragment) Method
Adds a fragment to the page.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fragment | PageFragment | A |
Remarks
The AddFragment method allows you to add the following types of fragments to a page:
- TextFragment - formatted text string.
- ParagraphFragment - formatted text string with specified alignment and spacing.
- ImageFragment - image with specified size and alignment.
- PathFragment - vector graphics path with specified fill and stroke settings.
- FormFragment - template form with specified size and alignment.
See Also