Search
FlowChart.PrintOptions Property
See Also
 



Gets an object which allows customization of various print and print preview aspects.

 Syntax

VB6  Copy Code

Public Property Get PrintOptions() As PrintOptions

C++  Copy Code

public:
PrintOptions* get_PrintOptions ()

 Property Value

An instance of the PrintOptions class.

 Remarks

Allows customization of various print and print-preview aspects. The settings, exposed as properties, include document title, several boolean flags that control if images, shadows, headers, etc. are printed or rendered in preview mode, and several title strings that you can change to localize / internationalize your application.

 See Also