ResetPrintProperties (Property)

Applies To:

Application object

Description:

Enables you to use custom or default document print settings. When false (default), the original default print settings are used for all document sections. When true, the current default print settings are used.

Note:

Unexpected print behavior may occur when this option is enabled in the user interface and disabled through the object model in a document OnStartup script.

Action:

Read-write, Boolean

Example:

This example shows how to set the SetPrintProperties to true:

Application.ResetPrintProperties=true