PdfPermissionsOptions.Clone() Method
Creates a copy of the current PdfPermissionsOptions instance.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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