Gets or sets the text string to be used for a watermark title when using Draft Print command.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public string TitleText { get; set; }
Visual Basic
Public Property TitleText As String
	Get
	Set
Visual C++
public:
property String^ TitleText {
	String^ get ();
	void set (String^ value);
}

See Also