DocumentVariablesDictionary Class |
Represents a dictionary that contains String key and
String value pairs.
Inheritance Hierarchy Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public sealed class DocumentVariablesDictionary : DictionaryBase<string, string>
Public NotInheritable Class DocumentVariablesDictionary
Inherits DictionaryBase(Of String, String)
Remarks
Keys cannot be null or empty string.
See Also