Object.PrintVisibility Property

ClosedDescripción

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

ClosedSintaxis

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

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

ClosedObservaciones

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.