VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfPolygonAnnotation Class / BorderEffectProperties Property
Syntax Requirements SeeAlso
In This Topic
    BorderEffectProperties Property (PdfPolygonAnnotation)
    In This Topic
    Gets or sets the border effect that specifies an effect to be applied to the border of the annotations (PDF 1.5).
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property BorderEffectProperties As PdfAnnotationBorderEffect
    
    
    [Browsable(False)]
    public PdfAnnotationBorderEffect BorderEffectProperties { get; set; }
    
    
    [Browsable(False)]
    public: __property PdfAnnotationBorderEffect* get_BorderEffectProperties();
    public: __property void set_BorderEffectProperties(
    PdfAnnotationBorderEffect* value
    );
    [Browsable(False)]
    public:
    property PdfAnnotationBorderEffect^ BorderEffectProperties { PdfAnnotationBorderEffect^ get(); void set(PdfAnnotationBorderEffect^ value); }
    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