VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfFreeTextAnnotation Class / BorderEffectProperties Property
Syntax Requirements SeeAlso
In This Topic
    BorderEffectProperties Property (PdfFreeTextAnnotation)
    In This Topic
    Gets or sets the border effect that specifies an effect to be applied to the border of the annotations (PDF 1.6).
    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also