ISSignature.VisibleWhenPrint

Description

This property is True if the specified signature control is visible when printing a form.

Syntax

object.VisibleWhenPrint

Part Attribute Type Description
object Required
The object always implements the ISSignature interface

Return Value

bool

Example

Display VisibleWhenPrint for the specified signature control.

Dim aSignature

Set aSignature = Form.Controls_("Signature1")
aSignature.VisibleWhenPrint = true

Form.Print  
Note: This macro should be executed in any event handler of the form control.

In Profile Client v8 on User Interface Visible When Print cannot be found.

Version information

Added in v8.5.0