Gets or sets the name of the document to be printed.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

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

See Also