Gets or sets indent for even pages.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers (in Greatis.PrintSuite.Providers.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property IndentEven As ContentIndent |
| C# |
|---|
public ContentIndent IndentEven { get; set; } |
| Visual C++ |
|---|
public: property ContentIndent IndentEven { ContentIndent get (); void set (ContentIndent value); } |
| JavaScript |
|---|
function get_indentEven(); function set_indentEven(value); |