PDFKit.NET 2.0 Class Library (.NET 2.0)

PushButtonWidget.SetIcon Method 

Set a new Icon for this PushButtonWidget

public void SetIcon(
   Bitmap icon
);

Parameters

icon
The icon to set.

Remarks

Setting icon to a null reference clears the icon.

The caller must dispose the bitmap. May be done after this function is finished.

See Also

PushButtonWidget Class | TallComponents.PDF.Annotations.Widgets Namespace