RadControls for WinForms

The SecurityOptions type exposes the following members.

Constructors

  NameDescription
Public methodSecurityOptions
Initializes a new instance of the SecurityOptions class

Methods

  NameDescription
Public methodEnableAdding
Enable or disable adding and changing text notes and AcroForm fields.
Public methodEnableChanging
Enable or disable changing the document other than by adding or changing text notes and AcroForm fields.
Public methodEnableCopying
Enable or disable copying of text and graphics from the document.
Public methodEnablePrinting
Enables or disables printing.

Fields

  NameDescription
Protected fieldm_ownerPassword
Password that disables all security permissions
Protected fieldm_permissions
Collection of flags describing permissions granted to user who opens a file with the user password.
Protected fieldm_userPassword
The user password

Properties

  NameDescription
Public propertyOwnerPassword
Returns the owner password as a string.
Public propertyPermissions
The document access privileges encoded in a 32-bit unsigned integer
Public propertyUserPassword
Returns the user password as a string.

See Also