Gets an object which allows customization of various print and print preview aspects.
SyntaxVB6
Copy Code
|
|---|
Public Property Get PrintOptions() As PrintOptions |
C++
Copy Code
|
|---|
public: |
An instance of the PrintOptions class.
RemarksAllows 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