Skip to main content

PdfPasswordSecurityOptions.Clone() Method

Creates a copy of the current PdfPasswordSecurityOptions instance.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public object Clone()

Returns

Type Description
Object

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

See Also