Gets or sets layout for Text watermark.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

WatermarkLayout

See Also