'Declaration
Public Overloads Sub CreateMapping( _ ByVal name As String, _ ByVal attributes As PdfStructureElementAttributeCollection _ )
'Usage
Dim instance As PdfAttributeClassMap Dim name As String Dim attributes As PdfStructureElementAttributeCollection instance.CreateMapping(name, attributes)
public void CreateMapping( string name, PdfStructureElementAttributeCollection attributes )
public: void CreateMapping( String^ name, PdfStructureElementAttributeCollection^ attributes )
Parameters
- name
- The attribute name.
- attributes
- A PdfStructureElementAttributeCollection object that represents the set of attribute.