TextSignOptionsSignatureID Property |
Gets or sets the unique ID of signature. It can be used in signature verification options.
Property is supported for Pdf documents only.
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic int SignatureID { get; set; }
Public Property SignatureID As Integer
Get
Set
public:
property int SignatureID {
int get ();
void set (int value);
}
member SignatureID : int with get, set
Property Value
Type:
Int32
See Also