Specifies indent of printed content on the area edges.

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

Syntax

Visual Basic (Declaration)
Public Enumeration ContentIndent
C#
public enum ContentIndent
Visual C++
public enum class ContentIndent
JavaScript
Greatis.PrintSuite.ContentIndent = function();
Greatis.PrintSuite.ContentIndent.createEnum('Greatis.PrintSuite.ContentIndent', false);

Members

Member nameDescription
None
Content is not indented.
Left
Content indented from the left.
Top
Content indented from the top.
Right
Content indented from the right.
Bottom
Content indented from the botton.

See Also