HiQPdf Chromium for .NET Documentation
C#
Show/Hide TOC
Key
Value Constructor
Constructs a key value pair
Definition
Namespace:
HiQPdf.Chromium
Assembly:
HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.0
C#
Copy
public
KeyValue
(
string
key
,
string
value
)
Parameters
key
String
The pair key
value
String
The pair value
See Also
Reference
KeyValue Class
HiQPdf.Chromium Namespace
In This Article
Definition
See Also