Hiding objects and making objects invisible You can use scripting to: • Hide an object, which means that it is not rendered. • Make an object invisible, meaning that it is rendered and consumes spaces on the pages, but it is not visible. You can set this property during runtime by using the StSetProperty("Visibility", "<value>") function. See the StreamServe Scripting Reference for more information.