DigitalSignature
Comments Property
|
Gets the purpose for signing this document 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
public string Comments { get; }
Public ReadOnly Property Comments As String
Get
public:
property String^ Comments {
String^ get ();
}
member Comments : string with get
Property Value
Type:
String
See Also