This class provides access to the security settings of a PDF document. The standard edition of ReaderControls.NET does not allow changing these settings.

Namespace: TallComponents.PDF.Security
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.54.0

Syntax

C#
public abstract class Security
Visual Basic
Public MustInherit Class Security

Remarks

This class provides acccess to the security settings as stored in the PDF document. Some of these are only meaningful in an application that supports the corresponding features. The standard edition of ReaderControls.NET for example, does not allow filling out forms, even though FormFillSign is true for a particular document.

Inheritance Hierarchy

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

See Also