We have documents set to private, with the print and select text capabilities set to be disabled. Recently something changed and now people can select the text in the documents.
You can see the documents in this page:
http://www.southernnevadahealthdistrict.org/solid-waste/file-manager/swpr-viewer.php?id=14, and select any of the documents from the tree and you will be able to select teh text in them.
Here are the settings for one of the documents returned by getSettings. Even though the disable_select_text is true, I can still select and copy text in IE, FF and Chrome.
Array (
[doc_id] => 123419177
[title] => 201005 PA FORM Pg 3_Solid Waste Proposed for Acceptance
[description] =>
[access] => private
[license] => by-nc
[tags] =>
[page_count] => 1
[download_formats] => pdf,text,original
[category_id] =>
[reads] => 0
[disable_print] => true
[disable_select_text] => true
)