Gets or sets a value indicating whether [allow printing].

Namespace: Conaito.Flipdoo
Assembly: flipdoo (in flipdoo.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool AllowPrinting { get; set; }
Visual Basic
Public Property AllowPrinting As Boolean
	Get
	Set
Visual C++
public:
property bool AllowPrinting {
	bool get ();
	void set (bool value);
}

Field Value

true if [allow printing]; otherwise, false.

See Also