PdfAnnotationAppearances.Normal Property
In This Article
Gets the annotation’s normal appearance.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfAnnotationAppearance Normal { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
#Remarks
Use the Normal property to obtain the normal appearance when the annotation is not interacting with the user.
See Also