EVO HTML to PDF Converter

NameValuePairsCollection Class

EVO PDF Client for Universal Windows Platform Documentation
Represents a collection of NameValuePair objects
Inheritance Hierarchy

SystemObject
  EvoPdf.HtmlToPdfClientNameValuePairsCollection

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public class NameValuePairsCollection

The NameValuePairsCollection type exposes the following members.

Constructors

  NameDescription
Public methodNameValuePairsCollection
Initializes a new instance of the NameValuePairsCollection class
Top
Properties

  NameDescription
Public propertyCount
Gets the number of pairs in collection
Top
Methods

  NameDescription
Public methodAdd
Adds a name value pair to collection
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetByIndex
Gets the name value pair at the given index in collection
Public methodGetByName
Gets the name value pair having a given name
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference