This class encapsulates all security settings of a PDF document. You secure a document by assigning a new instance of this class to the Security property of the Document class.

Namespace: TallComponents.PDF.Security
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class PasswordSecurity : Security
Visual Basic
Public Class PasswordSecurity _
	Inherits Security

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Security..::..Security
    TallComponents.PDF.Security..::..PasswordSecurity

See Also