JpgViewOptionsExtractText Property |
Enables text extraction.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic bool ExtractText { get; set; }
Public Property ExtractText As Boolean
Get
Set
public:
property bool ExtractText {
bool get ();
void set (bool value);
}
member ExtractText : bool with get, set
Property Value
Type:
Boolean
Remarks
This option might be useful when you want to add selectable text layer over the image.
See Also