SecuritySettings Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET

Note: This API is now obsolete.

This class represents security settings for the document.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.SecuritySecuritySettings

Namespace:  Apitron.PDF.Kit.Security
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

[ObsoleteAttribute("Please use specific classes: StandardSecurity, CertificateSecurity etc.")]
public sealed class SecuritySettings : Resource, 
	IDocumentSecurity

The SecuritySettings type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleSecuritySettings
Initializes a new instance of the SecuritySettings class.
Public methodCode exampleSecuritySettings(String, String, Permissions)
Initializes a new instance of the SecuritySettings class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyCode exampleEncryptionLevel
This encryption level used to encrypt this document.
Public propertyIsEnabled
Gets a value indicating whether this instance is enabled.
Public propertyCode exampleOwnerPassword
Owner password. The owner has all privileges, including changing the user password.
Public propertyCode examplePermissions
Gets or sets the permissions.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyCode exampleUserPassword
User password. Allows viewing by anyone but restricts privileges such as printing.
Top
Methods

  NameDescription
Public methodCode exampleIsAllowed
Determines whether the specified permission is allowed for user.
Top
See Also

Reference