[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgSpacingUnits

Enum SvgSpacingUnits

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents the type of an SvgSpacing units.

public enum SvgSpacingUnits

Fields

Centimeters = 4

Absolute length in centimeters (1cm = 96px/2.54 ).

Em = 1

Length relative to font size of the element.

Ex = 2

Length relative to x-height of the element’s font .

Inches = 6

Absolute length in inches (1in = 2.54cm = 96px).

Millimeters = 5

Absolute length in millimeters (1mm = 1/10th of 1cm ).

Normal = 0

No additional spacing is applied. Computes to zero.

Picas = 8

Absolute length in picas (1pc = 1/6th of 1in).

Pixels = 3

Absolute length in pixels (1px = 1/96th of 1in).

Points = 7

Absolute length in points (1pt = 1/72th of 1in).