Method Add
    Namespace TallComponents.PDF
        Class NameValuePairCollection<T>
Adds a custom property name and property value.
Syntax
        public 
        
Void
         Add(
        
String
         name
            , 
T
         value
        )
    
    Returns
Void
    
        Parameters
String
 name
                The name of the property.
            
T
 value
                The value of the property.