Method AddRange

Namespace TallComponents.PDF.Tags
Class AttributeGroup

Adds a new TagAttribute to the AttributeGroup

Syntax

public  Void  AddRange( TagAttribute[]  attributes Boolean  overwriteIfExists )

Returns

Void

Parameters


TagAttribute[] attributes
The new attributes to add.

Boolean overwriteIfExists
Overwrites existing values if set to true, otherwise the function throws exception if an attribute with the same name as the new attribute's name already exists.