| 
DigitalSignature
SignerRole Property
  | 
 Gets the signer role/title of the current signature.
 Namespace:
 Spire.Doc.Fields.Shapes
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public string SignerRole { get; }
 
Public ReadOnly Property SignerRole As String
	Get
 
public:
property String^ SignerRole {
	String^ get ();
}
 
member SignerRole : string with get
 
 
 
Property Value
 
 Type:
 
String
 
 
 See Also
See Also