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

Glossary Item Box

Gets/sets value visibility for the name of the certificate. If true, then the value will be written

Syntax

Visual Basic (Declaration) 
Public Property SignatureNameVisible As System.Nullable(Of Boolean)
C# 
public System.Nullable<bool> SignatureNameVisible {get; set;}

Remarks

This value parsed from strings.

See Also