Skip to main content
All docs
V26.1
  • IBarCodeData.ModuleUnit Property

    Namespace: DevExpress.XtraPrinting.BarCode

    Assembly: DevExpress.Printing.v26.1.Core.dll

    Declaration

    DXGraphicsUnit ModuleUnit { get; }

    Property Value

    Type
    DXGraphicsUnit

    Available values:

    Name Description
    World

    The world coordinate system unit.

    Display

    The measurement units of the display device. Typically pixels for video displays, and 1/100 inch for printers.

    Pixel

    The device pixel.

    Point

    The printer’s point (1/72 inch).

    Inch

    The inch.

    Document

    The document unit (1/300 inch).

    Millimeter

    The millimeter.

    See Also