TextWatermark Constructor (String)
|
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TextWatermark(
string text
)
Public Sub New (
text As String
)
public:
TextWatermark(
String^ text
)
new :
text : string -> TextWatermark
Parameters
-
text
-
Type:
System
String
WatermarkBase text
See Also