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.

相關主題