Method: Pdfcrowd::PdfToPdfClient#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.



4272
4273
4274
4275
# File 'lib/pdfcrowd.rb', line 4272

def setHideWindowUi(value)
    @fields['hide_window_ui'] = value
    self
end