Gets or sets the widget annotation's normal icon displayed when it is not interacting with the user.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

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

Property Value

PdfImage

See Also