ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Page Namespace / Settings Class / SignatureContact Property

In This Topic
    SignatureContact Property
    In This Topic
    Gets/sets the signing contact.
    Syntax
    'Declaration
     
    Public Property SignatureContact As SignatureField(Of String)
    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