Back to Devexpress

PdfButtonWidgetFacade.SetRolloverIcon(Stream) Method

officefileapi-devexpress-dot-pdf-dot-pdfbuttonwidgetfacade-dot-setrollovericon-x28-system-dot-io-dot-stream-x29.md

latest1.4 KB
Original Source

PdfButtonWidgetFacade.SetRolloverIcon(Stream) Method

Specifies the button icon displayed when the mouse pointer hovers over the button.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public void SetRolloverIcon(
    Stream stream
)
vb
Public Sub SetRolloverIcon(
    stream As Stream
)

Parameters

NameTypeDescription
streamStream

The stream that contains the icon.

|

Exceptions

TypeDescription
ArgumentException

Occurs if the icon format is not supported.

|

Remarks

The following icon formats are available:

  • GIF
  • JPEG
  • PNG
  • TIFF
  • BMP
  • EMF
  • WMF

See Also

PdfButtonWidgetFacade Class

PdfButtonWidgetFacade Members

DevExpress.Pdf Namespace