DioDocs for PDF
SvgSpacingUnits 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgSpacingUnits 列挙体
Represents the type of an SvgSpacing units.
シンタックス
'宣言
 
Public Enum SvgSpacingUnits 
   Inherits System.Enum
public enum SvgSpacingUnits : System.Enum 
メンバ
メンバ解説
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).
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間