ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Page Namespace / Settings Class / SignatureCertificationLevel Property

In This Topic
    SignatureCertificationLevel Property
    In This Topic
    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