Object.PrintVisibility Property

Closed説明

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

Closed構文

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

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

Closed備考

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.