IDocumentSecurity Interface

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This interface represents a document security settings.

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 interface IDocumentSecurity

The IDocumentSecurity type exposes the following members.

Properties

  NameDescription
Public propertyCode exampleEncryptionLevel
This encryption level used to encrypt this document.
Public propertyIsEnabled
Gets a value indicating whether this instance is enabled.
Public propertyCode examplePermissions
Gets or sets the permissions.
Top
Methods

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

Reference