Property HasText
HasText
Gets a value indicating whether the attachment contains extractable text.
public bool HasText { get; }
Property Value
- bool
true
if text extraction returns a non-empty result; otherwise,false
.
Gets a value indicating whether the attachment contains extractable text.
public bool HasText { get; }
true
if text extraction returns a non-empty result; otherwise, false
.