| Visual Basic (Declaration) | |
|---|---|
Public Enum Units Inherits System.Enum | |
| C# | |
|---|---|
public enum Units : System.Enum | |
| Member | Description |
|---|---|
| Centimeters | Page drawing method parameters are specified in centimeters. |
| Document | Page drawing method parameters are specified in document units. |
| Inches | Page drawing method parameters are specified in inches. |
| Pixels | Page drawing method parameters are specified in pixels. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Document.Section.Units