Show / Hide Table of Contents

Class UserBookmarkManager.KeyValuePair

Inheritance
System.Object
UserBookmarkManager.KeyValuePair
Namespace: pdftron.PDF.Tools.Controls.ViewModels
Assembly: pdftron.PDF.Tools.dll
Syntax
public class KeyValuePair : object

Constructors

KeyValuePair()

Declaration
public KeyValuePair()

KeyValuePair(String, String)

Declaration
public KeyValuePair(string key, string value)
Parameters
Type Name Description
System.String key
System.String value

Properties

Key

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX