 | PdfAnnotationRolloverAppearance Property |
The annotation’s rollover appearance.
Namespace:
Patagames.Pdf.Net.Annotations
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic virtual PdfPageObjectsCollection RolloverAppearance { get; }
Public Overridable ReadOnly Property RolloverAppearance As PdfPageObjectsCollection
Get
public:
virtual property PdfPageObjectsCollection^ RolloverAppearance {
PdfPageObjectsCollection^ get ();
}
abstract RolloverAppearance : PdfPageObjectsCollection with get
override RolloverAppearance : PdfPageObjectsCollection with get
/** @property */
public PdfPageObjectsCollection get_RolloverAppearance()
function get_RolloverAppearance();
Property Value
Type:
PdfPageObjectsCollection
Remarks
An appearance dictionary specifying how the annotation is presented visually on the page.
The rollover appearance is used when the user moves the cursor into the annotation’s active area without pressing the mouse button.
See Also