Gets or sets indent for odd pages.

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

Syntax

Visual Basic (Declaration)
Public Property IndentOdd As ContentIndent
C#
public ContentIndent IndentOdd { get; set; }
Visual C++
public:
property ContentIndent IndentOdd {
	ContentIndent get ();
	void set (ContentIndent value);
}
JavaScript
function get_indentOdd();
function set_indentOdd(value);

See Also