Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgUnitType Enumeration

In This Topic
    SvgUnitType Enumeration
    In This Topic
    Defines the coordinate system for coordinate attributes.
    Syntax
    'Declaration
     
    Public Enum SvgUnitType 
       Inherits System.Enum
    public enum SvgUnitType : System.Enum 
    Members
    MemberDescription
    ObjectBoundingBoxThe user coordinate system for attributes is established using the bounding box of the element.
    UserSpaceOnUseCoordinates are in the system that results from taking the current user coordinate system in place at the time when the element is referenced.
    Inheritance Hierarchy

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

    See Also