TextSignOptionsShapeType Property |
Gets or sets the type of shape to put text.
This property could be used only with SignatureImplementation = TextStamp.
Value by default is Rectangle.
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic TextShapeType ShapeType { get; set; }
Public Property ShapeType As TextShapeType
Get
Set
public:
property TextShapeType ShapeType {
TextShapeType get ();
void set (TextShapeType value);
}
member ShapeType : TextShapeType with get, set
Property Value
Type:
TextShapeType
See Also