hasAnySelectedText Property

Summary

Indicates whether any pages in the document have selected text.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewerText.prototype, 'hasAnySelectedText', 
	get: function() 
) 
hasAnySelectedText: boolean; // read-only 

Property Value

A read-only boolean that is true if any text is selected.

Remarks

This boolean can be used as a shortcut instead of calling HasSelectedText on each page in the document or checking that SelectedTextBegin and SelectedTextEnd are not null.

See DocumentViewerText for more information.

History

19.0.0.49
Added
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.