Gets or sets the widget annotation's alternate icon displayed when the mouse button is pressed within its active area, only available in Push mode.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfImage AlternateIcon { get; set; }
Public Property AlternateIcon As PdfImage
	Get
	Set
public:
property PdfImage^ AlternateIcon {
	PdfImage^ get ();
	void set (PdfImage^ value);
}
member AlternateIcon : PdfImage with get, set

Property Value

PdfImage

See Also