ActiveReports 13
SignatureCertificationLevel Property

GrapeCity.ActiveReports.Export.Pdf Assembly > GrapeCity.ActiveReports.Export.Pdf.Page Namespace > Settings Class : SignatureCertificationLevel Property
Gets/sets type of the signature certification
Syntax
'Declaration
 
Public Property SignatureCertificationLevel As Nullable(Of CertificationLevel)
public Nullable<CertificationLevel> SignatureCertificationLevel {get; set;}
Remarks
This value parsed from string. Possible values: NotCertified, NoChangesAllowed, FormFilling or FormFillingAnnotations
See Also

Reference

Settings Class
Settings Members