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

In This Topic
    SvgBoundingBoxType Enumeration
    In This Topic
    Specifies the type of bounding box to be computed for an SvgGraphicsElement.
    Syntax
    'Declaration
     
    Public Enum SvgBoundingBoxType 
       Inherits System.Enum
    public enum SvgBoundingBoxType : System.Enum 
    Members
    MemberDescription
    DecoratedThe bounding box that contains an element's geometric shape, its stroke shape and its markers.
    ObjectThe bounding box that contains only an element's geometric shape.
    StrokeThe bounding box that contains an element's geometric shape and its stroke shape.
    Inheritance Hierarchy

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

    See Also