DocumentProperties.Clone() Method
Creates a copy of the current DocumentProperties
object.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.1.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Returns
Type | Description |
---|---|
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