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

In This Topic
    SignatureNameVisible Property
    In This Topic
    Gets/sets value visibility for the name of the certificate. If true, then the value will be written
    Syntax
    'Declaration
     
    Public Property SignatureNameVisible As Nullable(Of Boolean)
    public Nullable<bool> SignatureNameVisible {get; set;}
    Remarks
    This value parsed from strings.
    See Also