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