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