menu

Document Processing

MeasureUnits Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    MeasureUnits Class

    Represents the MeasureUnits types.

    Inheritance
    System.Object
    MeasureUnits
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public sealed class MeasureUnits : Enum

    Fields

    Centimeter

    Specifies the centimeter as the unit of measure.

    Declaration
    public const MeasureUnits Centimeter
    Field Value
    Type
    MeasureUnits

    Display

    Specifies 1/75 inch as the unit of measure.

    Declaration
    public const MeasureUnits Display
    Field Value
    Type
    MeasureUnits

    Document

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

    Declaration
    public const MeasureUnits Document
    Field Value
    Type
    MeasureUnits

    EMU

    12700 emu's = 1 point.

    Declaration
    public const MeasureUnits EMU
    Field Value
    Type
    MeasureUnits

    Inch

    Specifies the inch as the unit of measure.

    Declaration
    public const MeasureUnits Inch
    Field Value
    Type
    MeasureUnits

    Millimeter

    Specifies the millimeter as the unit of measure.

    Declaration
    public const MeasureUnits Millimeter
    Field Value
    Type
    MeasureUnits

    Pixel

    Specifies a device pixel as the unit of measure.

    Declaration
    public const MeasureUnits Pixel
    Field Value
    Type
    MeasureUnits

    Point

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

    Declaration
    public const MeasureUnits Point
    Field Value
    Type
    MeasureUnits
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved