ActiveReports Developer 7
SignatureContact Property
See Also 
GrapeCity.ActiveReports.Export.Pdf.v7 Assembly > GrapeCity.ActiveReports.Export.Pdf.Page Namespace > Settings Class : SignatureContact Property

Glossary Item Box

Gets/sets the signing contact.

Syntax

Visual Basic (Declaration) 
Public Property SignatureContact As SignatureField(Of String)
C# 
public SignatureField<string> SignatureContact {get; set;}

Remarks

This value parsed from strings. Required 'contact' parameter passed via the 'SignatureContact' field. Optional parameters (visible and showLabel) passed via the 'SignatureContactVisible' and the 'SignatureContactShowLabel' fields

See Also