Gets or sets the widget annotation's normal icon displayed when it is not interacting with the user.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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