Gets or sets paper kind.

Namespace:  PerpetuumSoft.Reporting.Wizards
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public PaperKind PaperKind { get; set; }
Visual Basic (Declaration)
Public Property PaperKind As PaperKind
Visual C++
public:
property PaperKind PaperKind {
	PaperKind get ();
	void set (PaperKind value);
}

See Also