DioDocs for PDF
SvgLengthUnits 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgLengthUnits 列挙体
Represents the type of an SvgLength units.
シンタックス
'宣言
 
Public Enum SvgLengthUnits 
   Inherits System.Enum
public enum SvgLengthUnits : System.Enum 
メンバ
メンバ解説
AutoThe length depends on the values of other properties.
BottomRepresents the 'bottom' value in 'refY' attribute. Resolved to 100%.
CenterRepresents the 'center' value in 'refX' and 'refY' attributes. Resolved to 50%.
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).
LargeRepresents the 'large' value in 'font-size' attribute. Resolved to 6/5em.
LargerRepresents the 'larger' value in 'font-size' attribute. Resolved to 120% or the next absolute size.
LeftRepresents the 'left' value in 'refX' attribute. Resolved to 0%.
MediumRepresents the 'medium' value in 'font-size' attribute. Resolved to 1em.
MillimetersAbsolute length in millimeters (1mm = 1/10th of 1cm).
NumberA unitless length interpreted as a value in pixels.
PercentageIndicates a value that is some fraction of another reference value.
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).
RightRepresents the 'right' value in 'refX' attribute. Resolved to 100%.
SmallRepresents the 'small' value in 'font-size' attribute. Resolved to 8/9em.
SmallerRepresents the 'smaller' value in 'font-size' attribute. Resolved to 100/1.2% or the previous absolute size.
TopRepresents the 'top' value in 'refY' attribute. Resolved to 0%.
XLargeRepresents the 'x-large' value in 'font-size' attribute. Resolved to 3/2em.
XSmallRepresents the 'x-small' value in 'font-size' attribute. Resolved to 3/4em.
XXLargeRepresents the 'xx-large' value in 'font-size' attribute. Resolved to 2em.
XXSmallRepresents the 'xx-small' value in 'font-size' attribute. Resolved to 3/5em.
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間