iText 8.0.5 API
|
Properties to be used in signing operations. More...
Public Member Functions |
|
SignerProperties () | |
Create instance of SignerProperties. More... |
|
virtual DateTime | GetSignDate () |
Gets the signature date. More... |
|
virtual iText.Signatures.SignerProperties | SetSignDate (DateTime signDate) |
Sets the signature date. More... |
|
virtual iText.Signatures.SignerProperties | SetSignatureAppearance (SignatureFieldAppearance appearance) |
Sets the signature field layout element to customize the appearance of the signature. More... |
|
virtual SignatureFieldAppearance | GetSignatureAppearance () |
Gets signature field layout element, which customizes the appearance of a signature. More... |
|
virtual int | GetCertificationLevel () |
Returns the document's certification level. More... |
|
virtual iText.Signatures.SignerProperties | SetCertificationLevel (int certificationLevel) |
Sets the document's certification level. More... |
|
virtual String | GetFieldName () |
Gets the field name. More... |
|
virtual iText.Signatures.SignerProperties | SetFieldName (String fieldName) |
Sets the name indicating the field to be signed. More... |
|
virtual int | GetPageNumber () |
Provides the page number of the signature field which this signature appearance is associated with. More... |
|
virtual iText.Signatures.SignerProperties | SetPageNumber (int pageNumber) |
Sets the page number of the signature field which this signature appearance is associated with. More... |
|
virtual Rectangle | GetPageRect () |
Provides the rectangle that represent the position and dimension of the signature field in the page. More... |
|
virtual iText.Signatures.SignerProperties | SetPageRect (Rectangle pageRect) |
Sets the rectangle that represent the position and dimension of the signature field in the page. More... |
|
virtual PdfSigFieldLock | GetFieldLockDict () |
Getter for the field lock dictionary. More... |
|
virtual iText.Signatures.SignerProperties | SetFieldLockDict (PdfSigFieldLock fieldLock) |
Setter for the field lock dictionary. More... |
|
virtual String | GetSignatureCreator () |
Returns the signature creator. More... |
|
virtual iText.Signatures.SignerProperties | SetSignatureCreator (String signatureCreator) |
Sets the name of the application used to create the signature. More... |
|
virtual String | GetContact () |
Returns the signing contact. More... |
|
virtual iText.Signatures.SignerProperties | SetContact (String contact) |
Sets the signing contact. More... |
|
virtual String | GetReason () |
Returns the signing reason. More... |
|
virtual iText.Signatures.SignerProperties | SetReason (String reason) |
Sets the signing reason. More... |
|
virtual String | GetLocation () |
Returns the signing location. More... |
|
virtual iText.Signatures.SignerProperties | SetLocation (String location) |
Sets the signing location. More... |
|
Properties to be used in signing operations.
|
inline |
Create instance of SignerProperties.
|
inlinevirtual |
Returns the document's certification level.
Returns the document's certification level. For possible values see SetCertificationLevel(int).
|
inlinevirtual |
Returns the signing contact.
|
inlinevirtual |
Getter for the field lock dictionary.
|
inlinevirtual |
Gets the field name.
|
inlinevirtual |
Returns the signing location.
|
inlinevirtual |
Provides the page number of the signature field which this signature appearance is associated with.
|
inlinevirtual |
Provides the rectangle that represent the position and dimension of the signature field in the page.
|
inlinevirtual |
Returns the signing reason.
|
inlinevirtual |
Gets signature field layout element, which customizes the appearance of a signature.
iText.Forms.Form.Element.SignatureFieldAppearance layout element.
|
inlinevirtual |
Returns the signature creator.
|
inlinevirtual |
Gets the signature date.
|
inlinevirtual |
Sets the document's certification level.
certificationLevel | a new certification level for a document. Possible values are: |
|
inlinevirtual |
Sets the signing contact.
contact | A new signing contact. |
|
inlinevirtual |
Setter for the field lock dictionary.
Setter for the field lock dictionary.
Be aware: if a signature is created on an existing signature field, then its /Lock dictionary takes the precedence (if it exists).
fieldLock | Field lock dictionary. |
|
inlinevirtual |
Sets the name indicating the field to be signed.
Sets the name indicating the field to be signed. The field can already be presented in the document but shall not be signed. If the field is not presented in the document, it will be created.
fieldName | The name indicating the field to be signed. |
|
inlinevirtual |
Sets the signing location.
location | A new signing location. |
|
inlinevirtual |
Sets the page number of the signature field which this signature appearance is associated with.
Sets the page number of the signature field which this signature appearance is associated with. Implicitly calls PdfSigner.SetPageRect(iText.Kernel.Geom.Rectangle) which considers page number to process the rectangle correctly.
pageNumber | The page number of the signature field which this signature appearance is associated with. |
|
inlinevirtual |
Sets the rectangle that represent the position and dimension of the signature field in the page.
pageRect | The rectangle that represents the position and dimension of the signature field in the page. |
|
inlinevirtual |
Sets the signing reason.
reason | A new signing reason. |
|
inlinevirtual |
Sets the signature field layout element to customize the appearance of the signature.
Sets the signature field layout element to customize the appearance of the signature. Signer's sign date will be set.
appearance | the iText.Forms.Form.Element.SignatureFieldAppearance layout element. |
|
inlinevirtual |
Sets the name of the application used to create the signature.
signatureCreator | A new name of the application signing a document. |
|
inlinevirtual |
Sets the signature date.
signDate | the signature date. |