MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Units Enumeration

Units Enumeration
Represents the unit of measure of the document when using the low level rendering API on the document page.
Syntax
'Declaration
 
Public Enum Units 
   Inherits System.Enum
 
Members
MemberDescription
CentimetersSpecify the parameters of the page drawing method in centimeters.
DocumentSpecify the parameters of the page rendering method with the document's own unit (1/300 inch).
InchesSpecify the parameters of the page drawing method in inches.
PixelsSpecify the parameters of the page drawing method in pixels.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Document.Section.Units

See Also