IDocumentInfoPropertyNames Property |
Enumerable of all properties which could be get for the current document info
Namespace: GroupDocs.Conversion.ContractsAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.6.0.0 (22.6)
SyntaxIEnumerable<string> PropertyNames { get; }
ReadOnly Property PropertyNames As IEnumerable(Of String)
Get
property IEnumerable<String^>^ PropertyNames {
IEnumerable<String^>^ get ();
}
abstract PropertyNames : IEnumerable<string> with get
Property Value
Type:
IEnumerableString
See Also