Object.DoNotPrint Property

关闭描述

Sets or returns whether to print the object.Setting to True will hide the object from printing for the entire print job.

关闭语法

Objects(<object name or index>).DoNotPrint = True|False

If True, the object will not print during the entire print job.

关闭备注

The Object.DoNotPrint property allows you to keep an object from printing during the duration of a print job.Do not use this property if you want to hide objects for individual printed items.See the PrintVisibility property instead.

相关主题