Initializes new document properties whos elements are containing the same elements as in the given dictionary
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public DocumentProperties( IDictionary<string, Object> dictionary )
Public Sub New ( _ dictionary As IDictionary(Of String, Object) _ )
public: DocumentProperties( IDictionary<String^, Object^>^ dictionary )
public DocumentProperties( IDictionary<String, Object> dictionary )
Parameters
- dictionary (IDictionary<(Of <(String, Object>)>))
- Dictionary containing elements that should be contained in this document properties