PdfButtonWidgetFacade.SetRolloverIcon(Stream) Method
In This Article
Specifies the button icon displayed when the mouse pointer hovers over the button.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
stream | Stream | The stream that contains the 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