[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Units

Units Enum

Represents the unit of measure of the document when using the low level rendering API on the document page.

Namespace: GrapeCity.ActiveReports.Document.Section
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public enum Units

Fields

Name Description
Centimeters

Specify the parameters of the page drawing method in centimeters.

Document

Specify the parameters of the page rendering method with the document's own unit (1/300 inch).

Inches

Specify the parameters of the page drawing method in inches.

Pixels

Specify the parameters of the page drawing method in pixels.