Skip to main content
All docs
V23.2

PdfButtonWidgetFacade.SetNormalIcon(Stream) Method

Specifies the button icon displayed when the button is not clicked.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public void SetNormalIcon(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A stream that contains an icon.

Exceptions

Type Description
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