PdfButtonField
Icon Property
|
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: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PdfImage
See Also