Skip to main content
All docs
V25.1
  • PdfShapeAnnotationFacade.BorderEffectIntensity Property

    Gets or sets the intensity of the border effect.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public double BorderEffectIntensity { get; set; }

    Property Value

    Type Description
    Double

    Border effect intensity (from 0 to 2).

    Remarks

    Use the BorderEffectStyle property to specify the effect applied to the annotation border.

    See Also