Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / StampAnnotationIcon Enumeration

In This Topic
    StampAnnotationIcon Enumeration
    In This Topic
    Specifies the possible icons used to display a StampAnnotation.
    Syntax
    'Declaration
     
    Public Enum StampAnnotationIcon 
       Inherits System.Enum
    public enum StampAnnotationIcon : System.Enum 
    Members
    MemberDescription
    ApprovedApproved icon.
    AsIsAsIs icon.
    ConfidentialConfidential icon.
    DepartmentalDepartmental icon.
    DraftDraft icon.
    ExperimentalExperimental icon.
    ExpiredExpired icon.
    FinalFinal icon.
    ForCommentForComment icon.
    ForPublicReleaseForPublicRelease icon.
    NotApprovedNotApproved icon.
    NotForPublicReleaseNotForPublicRelease icon.
    SoldSold icon.
    TopSecretTopSecret icon.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.Annotations.StampAnnotationIcon

    See Also