Skip to main content
All docs
V26.1
  • Page.AddFragment(PageFragment) Method

    Adds a fragment to the page.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public void AddFragment(
        PageFragment fragment
    )

    Parameters

    Name Type Description
    fragment PageFragment

    A PageFragment object to add to the page.

    Remarks

    The AddFragment method allows you to add the following types of fragments to a page:

    See Also