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

PdfPasswordSecurityOptions.Clone() Method

Creates a copy of the current PdfPasswordSecurityOptions instance.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public object Clone()

Returns

Type Description
Object

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

See Also