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

Glossary Item Box

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

Syntax

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

Remarks

This value parsed from strings.

See Also