iText 9.1.0 API
|
A signature field lock dictionary. More...
Public Types |
|
enum | LockAction { ALL, INCLUDE, EXCLUDE } |
Enumerates the different actions of a signature field lock. More... |
|
enum | LockPermissions { NO_CHANGES_ALLOWED, FORM_FILLING, FORM_FILLING_AND_ANNOTATION } |
Enumerates the different levels of access permissions granted for the document when the corresponding signature field is signed:
|
|
Public Member Functions |
|
PdfSigFieldLock () | |
Creates an instance of PdfSigFieldLock. More... |
|
PdfSigFieldLock (PdfDictionary dict) | |
Creates an instance of PdfSigFieldLock. More... |
|
virtual iText.Forms.PdfSigFieldLock | SetDocumentPermissions (PdfSigFieldLock.LockPermissions permissions) |
Sets the permissions granted for the document when the corresponding signature field is signed. More... |
|
virtual iText.Forms.PdfSigFieldLock | SetFieldLock (PdfSigFieldLock.LockAction action, params String[] fields) |
Sets signature lock for specific fields in the document. More... |
|
![]() |
|
virtual T | GetPdfObject () |
virtual iText.Kernel.Pdf.PdfObjectWrapper< T > | MakeIndirect (PdfDocument document, PdfIndirectReference reference) |
Marks object behind wrapper to be saved as indirect. More... |
|
virtual iText.Kernel.Pdf.PdfObjectWrapper< T > | MakeIndirect (PdfDocument document) |
Marks object behind wrapper to be saved as indirect. More... |
|
virtual iText.Kernel.Pdf.PdfObjectWrapper< T > | SetModified () |
virtual void | Flush () |
virtual bool | IsFlushed () |
Static Public Member Functions |
|
static PdfName | GetLockActionValue (PdfSigFieldLock.LockAction action) |
Returns the specified action of a signature field lock as iText.Kernel.Pdf.PdfName value. More... |
|
static PdfNumber | GetLockPermission (PdfSigFieldLock.LockPermissions permissions) |
Returns the specified level of access permissions granted for the document as iText.Kernel.Pdf.PdfNumber value. More... |
|
Protected Member Functions |
|
override bool | IsWrappedObjectMustBeIndirect () |
Defines if the object behind this wrapper must be an indirect object in the resultant document. More... |
|
Additional Inherited Members |
|
![]() |
|
PdfObjectWrapper (T pdfObject) | |
virtual void | SetPdfObject (T pdfObject) |
virtual void | SetForbidRelease () |
virtual void | UnsetForbidRelease () |
virtual void | EnsureUnderlyingObjectHasIndirectReference () |
![]() |
|
static void | MarkObjectAsIndirect (PdfObject pdfObject) |
static void | EnsureObjectIsAddedToDocument (PdfObject @object) |
Some wrappers use object's indirect reference to obtain the PdfDocument to which the object belongs to. More... |
|
A signature field lock dictionary.
A signature field lock dictionary. Specifies a set of form fields that shall be locked when this signature field is signed.
|
strong |
Enumerates the different actions of a signature field lock.
Enumerates the different actions of a signature field lock. Indicates the set of fields that should be locked when the corresponding signature field is signed:
|
strong |
Enumerates the different levels of access permissions granted for the document when the corresponding signature field is signed:
Enumerates the different levels of access permissions granted for the document when the corresponding signature field is signed:
|
inline |
Creates an instance of PdfSigFieldLock.
|
inline |
Creates an instance of PdfSigFieldLock.
dict | the dictionary whose entries should be added to the signature field lock dictionary |
|
inlinestatic |
Returns the specified action of a signature field lock as iText.Kernel.Pdf.PdfName value.
action | the action as LockAction |
|
inlinestatic |
Returns the specified level of access permissions granted for the document as iText.Kernel.Pdf.PdfNumber value.
permissions | the level of access permissions as LockPermissions |
|
inlineprotectedvirtual |
Defines if the object behind this wrapper must be an indirect object in the resultant document.
Defines if the object behind this wrapper must be an indirect object in the resultant document.
If this method returns true it doesn't necessarily mean that object must be in the indirect state at any moment, but rather defines that when the object will be written to the document it will be transformed into indirect object if it's not indirect yet.
Return value of this method shouldn't depend on any logic, it should return always true or false.
Implements iText.Kernel.Pdf.PdfObjectWrapper< PdfDictionary >.
|
inlinevirtual |
Sets the permissions granted for the document when the corresponding signature field is signed.
Sets the permissions granted for the document when the corresponding signature field is signed. See LockPermissions for getting more info.
permissions | the permissions granted for the document |
|
inlinevirtual |
Sets signature lock for specific fields in the document.
action | indicates the set of fields that should be locked after the actual signing of the corresponding signature takes place |
fields | names indicating the fields |