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

Glossary Item Box

Gets/sets value, indicating that label for the name of the certificate should be shown

Syntax

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

Remarks

This value parsed from strings.

See Also