Back to Devexpress

PdfAnnotationBorderEffectStyle Enum

officefileapi-devexpress-dot-pdf-a6fa361e.md

latest1.5 KB
Original Source

PdfAnnotationBorderEffectStyle Enum

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
[PdfDefaultField(PdfAnnotationBorderEffectStyle.NoEffect)]
public enum PdfAnnotationBorderEffectStyle
vb
<PdfDefaultField(PdfAnnotationBorderEffectStyle.NoEffect)>
Public Enum PdfAnnotationBorderEffectStyle

Members

NameDescription
NoEffect

No effect is applied.

| | CloudyEffect |

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

|

The following properties accept/return PdfAnnotationBorderEffectStyle values:

See Also

DevExpress.Pdf Namespace