Open topic with navigation
Sets or returns whether to print the object. Setting to True will hide the object from printing for the entire print job.
Applies to all objects
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.
Related Topics