StampLine Constructor (String) |
Create StampLine with text.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.6.0.0 (22.6)
Syntaxprotected StampLine(
string text
)
Protected Sub New (
text As String
)
protected:
StampLine(
String^ text
)
new :
text : string -> StampLine
Parameters
- text
- Type: SystemString
Text of Stamp Line.
See Also