Specifies indent of printed content on the area edges.
Namespace:
Greatis.PrintSuiteAssembly: 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 name | Description | |
|---|---|---|
| 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.
|