←Select platform

Settings Property

Summary

Dictionary containing a list of settings and their values.

Syntax
C#
VB
C++
[JsonPropertyAttribute(TypeNameHandling=2)] 
public IDictionary<string, string> Settings {get; set;} 
<JsonPropertyAttribute(TypeNameHandling:=2)>  
Public Property   Settings() As IDictionary(Of String, String) 
   Get 
   Set 
public:  
   [JsonPropertyAttribute(TypeNameHandling=2)] 
   property IDictionary<String^, String^>^ Settings 
   { 
      IDictionary<String^, String^>^ get() 
      void set(IDictionary<String^, String^>^ value) 
   } 
Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Unstructured Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.