Back to Devexpress

PdfFreeTextAnnotationFacade.BorderEffectStyle Property

officefileapi-devexpress-dot-pdf-dot-pdffreetextannotationfacade.md

latest1.5 KB
Original Source

PdfFreeTextAnnotationFacade.BorderEffectStyle Property

Gets or sets the effect applied to the annotation border.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfAnnotationBorderEffectStyle BorderEffectStyle { get; set; }
vb
Public Property BorderEffectStyle As PdfAnnotationBorderEffectStyle

Property Value

TypeDescription
PdfAnnotationBorderEffectStyle

Indicates the border effect.

|

Available values:

NameDescription
NoEffect

No effect is applied.

| | CloudyEffect |

The border appears “cloudy”– the border is drawn as a series of convex curved line segments.

|

Remarks

Use the BorderEffectIntensity property to specify the border effect intensity.

See Also

PdfFreeTextAnnotationFacade Class

PdfFreeTextAnnotationFacade Members

DevExpress.Pdf Namespace