[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.GraphicsUnitEx

GraphicsUnitEx Enum

Specifies the unit of measure the provided data is in.

Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[Obsolete("This is not used anywhere, and should be removed")]
[CLSCompliant(true)]
public enum GraphicsUnitEx

Fields

Name Description
Display

Specifies the unit of measure is 1/75 inch

Document

Specifies the unit of measure is the document unit (1/300 inch)

Inch

Specifies the unit of measure is an inch.

Millimeter

Specifies the unit of measure is a millimeter

Pixel

Specifies the unit of measure is the device pixel.

Point

Specifies the unit of measure is a printer's point (1/72 inch)

World

Specifies the unit of measure is the world unit.

Extension Methods