Print Preview Control
The PrintPreviewControl component provides the preview component of print previewing from a form, without any dialogs or buttons. PrintPreviewControl components are usually contained in PrintPreviewDialog components, but this is not a mandatory requirement.
Properties
The key properties for the PrintPreviewControl component include:
-
Document. Specifies the PrintDocument instance to be displayed for the PrintPreviewControl.
Events
Events can be configured for the PrintPreviewControl to specify the behaviour of the control. For example, an action can be triggered using the Click property.
For information on configuring events and other components of the design using a script, see: Working with Scripts.
Adding a PrintPreviewControl
When you drag a PrintPreviewControl component from the Toolbox to a form in Flow Designer, use the mouse to size and place the component. When placed, the control will not contain any pages until you select the required PrintDocument from the Document property.
More information on the PrintPreviewControl component can be viewed at the link to Microsoft® Documentation.