DocxDocument.GetCustomProperties Method

QsInformatica.Utils

DocxDocumentGetCustomProperties Method

Ritorna le proprietà custom del documento

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public IDictionary<string, string> GetCustomProperties()
Public Function GetCustomProperties As IDictionary(Of String, String)
public:
IDictionary<String^, String^>^ GetCustomProperties()
member GetCustomProperties : unit -> IDictionary<string, string> 

Return Value

Type: IDictionaryString, String
IDictionary<System.String, System.String>.
See Also