Skip to main content
A newer version of this page is available. .

PdfPermissionsOptions.Clone() Method

Creates a copy of the current PdfPermissionsOptions instance.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public object Clone()

Returns

Type Description
Object

A PdfPermissionsOptions object which represents an exact copy of the current object.

Remarks

This method creates a new instance of the PdfPermissionsOptions class and copies all the values of the current PdfPermissionsOptions‘s properties to it.

See Also