PdfButtonWidgetFacade.SetNormalIcon(Stream) 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 |
---|---|---|
stream | Stream | A stream that contains an icon. |
#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