noPrint
<svg>
<text x="20" y="20" noPrint="true">This text will not be printed.</text>
<text x="20" y="220" noPrint="false">Confidential.</text>
<pageSet>
<page noPrint="true">
<rect x="100" y="100" width="20" height="20" fill="red"/>
</page>
<page>
<circle cx="100" cy="100" r="20" fill="blue" noPrint="true"/>
<rect x="100" y="100" width="20" height="20" fill="green"/>
</page>
</pageSet>
</svg>