VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationBorderEffectType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfAnnotationBorderEffectType Enumeration
    In This Topic
    Specifies available types of annotation border effect.
    Syntax
    'Declaration
    
    Public Enum PdfAnnotationBorderEffectType
       Inherits System.Enum
    
    
    public enum PdfAnnotationBorderEffectType : System.Enum
    
    
    __value public enum PdfAnnotationBorderEffectType : public System.Enum
    
    
    public enum class PdfAnnotationBorderEffectType : public System.Enum
    
    
    Members
    MemberDescription
    UnsupportedEffect is unsupported.
    SolidNo effect: the border is as described by the annotation BorderStyle property.
    CloudyThe border should appear "cloudy". The width and dash array specified by BorderStyle are ignored.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationBorderEffectType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also