Skip to main content
Skip table of contents

SignaturePermissions (1)

SignaturePermissions Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.security
  iTextSharp.text.pdf.security.SignaturePermissions[[SignaturePermissions]]
  end

Members

Properties

Public properties
TypeNameMethods
boolAnnotationsAllowedget
boolCertificationget
List<FieldLock>FieldLocksget
boolFillInAllowedget

Details

Nested types

Classes
  • FieldLock

Constructors

SignaturePermissions

Source code

public SignaturePermissions(PdfDictionary sigDict, SignaturePermissions previous)
Arguments
TypeNameDescription
PdfDictionarysigDict
SignaturePermissionsprevious

Properties

Certification
public virtual bool Certification { get; }
FillInAllowed
public virtual bool FillInAllowed { get; }
AnnotationsAllowed
public virtual bool AnnotationsAllowed { get; }
FieldLocks
public virtual List<FieldLock> FieldLocks { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.