Skip to main content
All docs
V26.1
  • FormField.Clone(DocumentCloneContext) Method

    Creates a copy of the FormField object.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public FormField Clone(
        DocumentCloneContext context
    )

    Parameters

    Name Type Description
    context DocumentCloneContext

    An object that contains information about the cloning process.

    Returns

    Type Description
    FormField

    A copy of the current FormField object.

    See Also