NameValuePairsCollectionGetByName Method

Gets the name value pair having a given name

Definition

Namespace: Winnovative.Pdf.Chromium
Assembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 18.4.0
C#
public NameValuePair GetByName(
	string name
)

Parameters

name  String
The pair name

Return Value

NameValuePair
The name value pair having a given name or null if there is not any pair with the given name

See Also