PdfButtonWidgetFacade.SetNormalIcon(Byte[]) Method
In This Article
Specifies the button icon displayed when the button is not clicked.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
image |
Byte[] | The byte array that contains icon data. |
#Exceptions
Type | Description |
---|---|
Argument |
Occurs if the icon format is not supported. |
#Remarks
The following icon formats are available:
- GIF
- JPEG
- PNG
- TIFF
- BMP
- EMF
- WMF
See Also