Skip to main content
All docs
V26.1
  • 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

    public TextFragment AddTextFragment(
        string text,
        float x,
        float y
    )

    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