Object.PrintVisibility Property

關閉描述

Sets or returns whether to print an object on the template during a print job.

關閉語法

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

If False, the object will not print on any template during the entire print job.

關閉備註

The Object.PrintVisibility property allows you to keep an object from printing on individual templates.This property is always set to True at the beginning of a print job.To prevent an object from printing on a template, set the Object.PrintVisibility property to False.