Export.PDF.XSLFOP.Print

Description

Setting that enables you to send a DataWindow object directly to a printer using platform-independent Java printing when using the XSL-FO method to export to PDF. This is an option of the Apache FOP processor.

This property is not supported in DataWindow .NET.

Applies to

DataWindow objects

Syntax

Describe argument:

"DataWindow.PDF.XSLFOP.Print { = 'value ' }"

Parameter

Description

value

(exp) Whether the exported PDF is sent directly to the default printer. Values are:

  • Yes – The DataWindow object is exported to a PDF file and sent directly to a printer.

  • No – The DataWindow object is exported to a PDF file but is not printed (default).

See also