VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfRectangularAnnotation Class / BorderEffectIntensity Property
Syntax Requirements SeeAlso
In This Topic
    BorderEffectIntensity Property (PdfRectangularAnnotation)
    In This Topic
    Gets or sets a number describing the intensity of the border effect.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(0)>
    <DescriptionAttribute("A number describing the intensity of the border effect.")>
    <CategoryAttribute("Appearance")>
    Public Property BorderEffectIntensity As Single
    
    
    [DefaultValue(0)]
    [Description("A number describing the intensity of the border effect.")]
    [Category("Appearance")]
    public float BorderEffectIntensity { get; set; }
    
    
    [DefaultValue(0)]
    [Description("A number describing the intensity of the border effect.")]
    [Category("Appearance")]
    public: __property float get_BorderEffectIntensity();
    public: __property void set_BorderEffectIntensity(
    float value
    );
    [DefaultValue(0)]
    [Description("A number describing the intensity of the border effect.")]
    [Category("Appearance")]
    public:
    property float BorderEffectIntensity { float get(); void set(float value); }

    Property Value

    Suggested values range from 0 to 2. Default value is 0.
    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