FeaturesMetadata Property |
Gets the value that indicates whether metadata extraction is supported.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.06.0
Syntaxpublic bool Metadata { get; }
Public ReadOnly Property Metadata As Boolean
Get
public:
property bool Metadata {
bool get ();
}
member Metadata : bool with get
Return Value
Type:
Booleantrue if metadata extraction is supported; otherwise,
false.
See Also