Class UserBookmarkManager.KeyValuePair
Inheritance
System.Object
UserBookmarkManager.KeyValuePair
Assembly: pdftron.PDF.Tools.dll
public class KeyValuePair : object
Constructors
Declaration
Declaration
public KeyValuePair(string key, string value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.String |
value |
|
Properties
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|