Click or drag to resize

SvgCoordinateUnit Enumeration

Represents CSS2 coordinate units used to define SVG coordinates.

Namespace:  Aspose.Slides.Export
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum SvgCoordinateUnit
Members
  Member nameValueDescription
Inch0 Inch
Centimeter1 Centimeter.
Millimeter2 Millimeter.
Point3 Point (1/72 of inch),
Pica4 Pica (1/6 of inch).
Em5 Em size of a font of containing element.
Ex6 Ex size (size of lowercase letter, usualy "x") of font of containing element.
Pixel7 Pixel size.
Percent8 Percent.
See Also