Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.SecuritySecuritySettings
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
Top
Note: This API is now obsolete.
This class represents security settings for the document.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() ![]() | SecuritySettings |
Initializes a new instance of the SecuritySettings class.
|
![]() ![]() | SecuritySettings(String, String, Permissions) |
Initializes a new instance of the SecuritySettings class.
|
Properties
Name | Description | |
---|---|---|
![]() | CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) |
![]() ![]() | EncryptionLevel |
This encryption level used to encrypt this document.
|
![]() | IsEnabled |
Gets a value indicating whether this instance is enabled.
|
![]() ![]() | OwnerPassword |
Owner password. The owner has all privileges, including changing the user password.
|
![]() ![]() | Permissions |
Gets or sets the permissions.
|
![]() | ResourceType |
Gets the resource type.
(Inherited from Resource.) |
![]() ![]() | UserPassword |
User password. Allows viewing by anyone but
restricts privileges such as printing.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | IsAllowed |
Determines whether the specified permission is allowed for user.
|
See Also