Back to Devexpress

DocumentProperties.Clone() Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-documentproperties-07c76375.md

latest1.2 KB
Original Source

DocumentProperties.Clone() Method

Creates a copy of the current DocumentProperties object.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public DocumentProperties Clone()
vb
Public Function Clone As DocumentProperties

Returns

TypeDescription
DocumentProperties

A copy of the current object.

|

Remarks

This method creates a new instance of the DocumentProperties class and copies all the property values to it.

See Also

DocumentProperties Class

DocumentProperties Members

DevExpress.Docs.Presentation Namespace