ActiveReports.PdfExport Send comments on this topic.
CertificationLevel Enumeration
See Also  
ActiveReports.PdfExport Assembly > DataDynamics.ActiveReports.Export.Pdf.Signing Namespace : CertificationLevel Enumeration

Sets the Allowed Actions value in the Save as Certified Document dialog in Adobe Acrobat.

Syntax

Visual Basic (Declaration) 
Public Enum CertificationLevel 
   Inherits Enum
C# 
public enum CertificationLevel : Enum 

Members

MemberDescription
NotCertifiedNo certification has been supplied for the document.
NoChangesAllowedThe document is certified with the value "Disallow any changes to the document."
FormFillingThe document is certified with the value "Only allow form fill-in actions on this document."
FormFillingAnnotationsThe document is certified with the value "Only allow commenting and form fill-in actions on this document."

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Export.Pdf.Signing.CertificationLevel

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also