Object.DoNotPrint Property

Closed説明

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

Closed構文

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

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

Closed備考

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.

関連トピック