| 
TextWatermark
Layout Property
  | 
 Gets or sets layout for Text watermark.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public WatermarkLayout Layout { get; set; }
 
Public Property Layout As WatermarkLayout
	Get
	Set
 
public:
property WatermarkLayout Layout {
	WatermarkLayout get ();
	void set (WatermarkLayout value);
}
 
member Layout : WatermarkLayout with get, set
 
 
 
Property Value
 
 Type:
 
WatermarkLayout
 
 
 See Also
See Also