Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgGraphics Class / PushGroup Method
The list of attributes to be associated with the group.

In This Topic
    PushGroup Method
    In This Topic
    Starts a group ('g') element with custom attributes in the SVG document. Call the PopGroup method to end the group.
    Syntax
    'Declaration
     
    Public Sub PushGroup( _
       ByVal customAttributes As System.Collections.Generic.List(Of SvgCustomAttribute) _
    ) 
    public void PushGroup( 
       System.Collections.Generic.List<SvgCustomAttribute> customAttributes
    )

    Parameters

    customAttributes
    The list of attributes to be associated with the group.
    See Also