Specifies auto-size mode.
Namespace:
Greatis.PrintSuiteAssembly: Greatis.PrintSuite (in Greatis.PrintSuite.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration AutoSize |
C# |
---|
public enum AutoSize |
Visual C++ |
---|
public enum class AutoSize |
JavaScript |
---|
Greatis.PrintSuite.AutoSize = function(); Greatis.PrintSuite.AutoSize.createEnum('Greatis.PrintSuite.AutoSize', false); |
Members
Member name | Description | |
---|---|---|
Disabled |
Auto-size is disabled.
| |
Exact |
Auto-size uses exact size of the content.
| |
Small |
Auto-size uses size of a 25% greater than size of the content.
| |
Medium |
Auto-size uses size of a 50% greater than size of the content.
| |
Large |
Auto-size uses size of a 100% greater than size of the content.
|