ActiveReports 12
VisibilityType Enumeration

GrapeCity.ActiveReports.Export.Pdf.v12 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section.Signing Namespace : VisibilityType Enumeration
Sets a value indicating whether and how to display certification on the document.
Syntax
'Declaration
 
Public Enum VisibilityType 
   Inherits System.Enum
public enum VisibilityType : System.Enum 
Members
MemberDescription
ImageShow only image on signature
ImageTextShow both, image and text
InvisibleInvisible signature, it means no data will be shown on page, but it will be accessible via "Signatures" tab in reader
TextShow only text on signature
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Export.Pdf.Section.Signing.VisibilityType

See Also

Reference

GrapeCity.ActiveReports.Export.Pdf.Section.Signing Namespace