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. This class is only available in TallPDF.NET Professional.

Namespace: TallComponents.PDF.Layout.Security
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
[SerializableAttribute]
public class PasswordSecurity : Security
Visual Basic
<SerializableAttribute> _
Public Class PasswordSecurity _
	Inherits Security

Inheritance Hierarchy

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

See Also