This property is True if the specified signature control is visible when printing a form.
object.VisibleWhenPrint
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISSignature interface |
bool
Display VisibleWhenPrint for the specified signature control.
Dim aSignature
Set aSignature = Form.Controls_("Signature1")
aSignature.VisibleWhenPrint = true
Form.Print
In Profile Client v8 on User Interface Visible When Print cannot be found.