DioDocs for PDF
SvgLengthAdjust 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgLengthAdjust 列挙体
Determines whether the glyphs themselves should be stretched or compressed in addition to the advance values.
シンタックス
'宣言
 
Public Enum SvgLengthAdjust 
   Inherits System.Enum
public enum SvgLengthAdjust : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間