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

In This Topic
    SvgLengthAdjust Enumeration
    In This Topic
    Determines whether the glyphs themselves should be stretched or compressed in addition to the advance values.
    Syntax
    'Declaration
     
    Public Enum SvgLengthAdjust 
       Inherits System.Enum
    public enum SvgLengthAdjust : System.Enum 
    Members
    MemberDescription
    SpacingIndicates that only the advance values are adjusted. The glyphs themselves are not stretched or compressed.
    SpacingAndGlyphsIndicates that the advance values are adjusted and the glyphs themselves stretched or compressed in one axis.
    Inheritance Hierarchy

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

    See Also