Method: Pdfcrowd::ImageToPdfClient#setHideWindowUi
- Defined in:
- lib/pdfcrowd.rb
#setHideWindowUi(value) ⇒ Object
Specify whether to hide user interface elements in the document’s window (such as scroll bars and navigation controls), leaving only the document’s contents displayed.
-
value- Set to true to hide ui elements. -
Returns - The converter object.
5126 5127 5128 5129 |
# File 'lib/pdfcrowd.rb', line 5126 def setHideWindowUi(value) @fields['hide_window_ui'] = value self end |