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

Glossary Item Box

Gets/sets type of the signature certification

Syntax

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

Remarks

This value parsed from string. Possible values: NotCertified, NoChangesAllowed, FormFilling or FormFillingAnnotations

See Also