[This is preliminary documentation and is subject to change.]

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.Web.Pdf
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

Syntax

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

Inheritance Hierarchy

System..::..Object
  TallComponents.Web.Pdf..::..Security
    TallComponents.Web.Pdf..::..PasswordSecurity

See Also