Method: Pdfcrowd::ImageToPdfClient#setCenterWindow
- Defined in:
- lib/pdfcrowd.rb
#setCenterWindow(value) ⇒ Object
Specify whether to position the document’s window in the center of the screen.
-
value
- Set to true to center the window. -
Returns - The converter object.
5235 5236 5237 5238 |
# File 'lib/pdfcrowd.rb', line 5235 def setCenterWindow(value) @fields['center_window'] = value self end |