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
|
Type |
Name |
Description |
|---|---|---|
|
|
p |
PdfSigLockDictionary [3/4]
Source code
public PdfSigLockDictionary(LockAction action, string[] fields)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
action |
|
|
|
fields |
PdfSigLockDictionary [4/4]
Source code
public PdfSigLockDictionary(LockAction action, LockPermissions p, string[] fields)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
action |
|
|
|
p |
|
|
|
fields |
Generated with ModularDoc