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

    Creates a copy of the FileSpecification object.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public FileSpecification Clone(
        DocumentCloneContext context
    )

    Parameters

    Name Type Description
    context DocumentCloneContext

    An object that contains information about the cloning process.

    Returns

    Type Description
    FileSpecification

    A copy of the current FileSpecification object.

    See Also