Gets or sets content alignment for even pages;

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers (in Greatis.PrintSuite.Providers.dll)

Syntax

Visual Basic (Declaration)
Public Property AlignEven As ContentAlignment
C#
public ContentAlignment AlignEven { get; set; }
Visual C++
public:
property ContentAlignment AlignEven {
	ContentAlignment get ();
	void set (ContentAlignment value);
}
JavaScript
function get_alignEven();
function set_alignEven(value);

See Also