Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgSpacingUnits Enumeration

In This Topic
    SvgSpacingUnits Enumeration
    In This Topic
    Represents the type of an SvgSpacing units.
    Syntax
    'Declaration
     
    Public Enum SvgSpacingUnits 
       Inherits System.Enum
    public enum SvgSpacingUnits : System.Enum 
    Members
    MemberDescription
    CentimetersAbsolute length in centimeters (1cm = 96px/2.54 ).
    EmLength relative to font size of the element.
    ExLength relative to x-height of the element’s font .
    InchesAbsolute length in inches (1in = 2.54cm = 96px).
    MillimetersAbsolute length in millimeters (1mm = 1/10th of 1cm ).
    NormalNo additional spacing is applied. Computes to zero.
    PicasAbsolute length in picas (1pc = 1/6th of 1in).
    PixelsAbsolute length in pixels (1px = 1/96th of 1in).
    PointsAbsolute length in points (1pt = 1/72th of 1in).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Svg.SvgSpacingUnits

    See Also