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

EncryptionOptions.CopyFrom(EncryptionOptions) Method

Copies the appropriate properties of the specified object into the current instance of the EncryptionOptions class.

Namespace: DevExpress.Office.Crypto

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

Declaration

public void CopyFrom(
    EncryptionOptions options
)

Parameters

Name Type Description
options EncryptionOptions

An EncryptionOptions class instance representing the source object for copying.

Remarks

Use the CopyFrom method to duplicate the properties of the specified EncryptionOptions object into the instance of the EncryptionOptions class that this method is called from.

See Also