DocumentInfoItem Property |
Contains metadata for a document.
Namespace: GroupDocs.Conversion.ContractsAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic string this[
string propertyName
] { get; }
Public ReadOnly Default Property Item (
propertyName As String
) As String
Get
public:
virtual property String^ default[String^ propertyName] {
String^ get (String^ propertyName) sealed;
}
abstract Item : string with get
override Item : string with get
Parameters
- propertyName
- Type: SystemString
Property Value
Type:
StringImplements
IDocumentInfoItemString
See Also