Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

PdfAnnotationBorderEffectStyle Enum

Lists values that specify the effect applied to the annotation border.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

[PdfDefaultField(PdfAnnotationBorderEffectStyle.NoEffect)]
public enum PdfAnnotationBorderEffectStyle

Members

Name Description
NoEffect

No effect is applied.

CloudyEffect

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

See Also