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

    public ImageFragment AddImageFragment(
        DXImage image,
        PointF location
    )

    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