Skip to main content
Skip table of contents

PdfSigLockDictionary (1)

PdfSigLockDictionary Public class

Diagram

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

Details

Inheritance

Nested types

Classes
  • LockAction
  • LockPermissions

Constructors

PdfSigLockDictionary [1/4]

Source code

public PdfSigLockDictionary()
PdfSigLockDictionary [2/4]

Source code

public PdfSigLockDictionary(LockPermissions p)
Arguments
TypeNameDescription
LockPermissionsp
PdfSigLockDictionary [3/4]

Source code

public PdfSigLockDictionary(LockAction action, string[] fields)
Arguments
TypeNameDescription
LockActionaction
string``[]fields
PdfSigLockDictionary [4/4]

Source code

public PdfSigLockDictionary(LockAction action, LockPermissions p, string[] fields)
Arguments
TypeNameDescription
LockActionaction
LockPermissionsp
string``[]fields

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.