Back to Devexpress

PdfAnnotationAppearances.Rollover Property

officefileapi-devexpress-dot-pdf-dot-pdfannotationappearances-aa631422.md

latest1.3 KB
Original Source

PdfAnnotationAppearances.Rollover Property

Gets the annotation’s rollover appearance.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfAnnotationAppearance Rollover { get; }
vb
Public ReadOnly Property Rollover As PdfAnnotationAppearance

Property Value

TypeDescription
PdfAnnotationAppearance

A PdfAnnotationAppearance object that is the rollover appearance.

|

Remarks

Use the Rollover property to obtain the rollover appearance when a user moves the cursor into the annotation’s active area without pressing the mouse button.

See Also

PdfAnnotationAppearances Class

PdfAnnotationAppearances Members

DevExpress.Pdf Namespace