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