StandardSecurity Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a standard security handler.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.SecurityStandardSecurity

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

public class StandardSecurity : Resource, 
	IDocumentSecurity

The StandardSecurity type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleStandardSecurity(EncryptionSpecialization)
Initializes a new instance of the StandardSecurity class.
Public methodCode exampleStandardSecurity(String, String, Permissions, EncryptionSpecialization)
Initializes a new instance of the StandardSecurity 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 propertySpecialization
Gets or sets the encryption specialization.
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