| PdfAnnotationDownAppearance Property |
The annotation’s down appearance.
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public virtual PdfPageObjectsCollection DownAppearance { get; }
Public Overridable ReadOnly Property DownAppearance As PdfPageObjectsCollection
Get
public:
virtual property PdfPageObjectsCollection^ DownAppearance {
PdfPageObjectsCollection^ get ();
}
abstract DownAppearance : PdfPageObjectsCollection with get
override DownAppearance : PdfPageObjectsCollection with get
/** @property */
public PdfPageObjectsCollection get_DownAppearance()
function get_DownAppearance();
Property Value
PdfPageObjectsCollectionRemarks
An appearance dictionary specifying how the annotation is presented visually on the page.
The down appearance is used when the mouse button is pressed or held down within the annotation’s active area.
See Also