DocxDocument.GetBuiltInProperties Method

QsInformatica.Utils

DocxDocumentGetBuiltInProperties Method

Ritorna le proprietà standard del documento

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

Return Value

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