Click or drag to resize

DefaultWidgetTemplatesGetRadioAppearances Method

Gets the standard radio appearances.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static IEnumerable<StringDrawingTemplatePair> GetRadioAppearances(
	IPdfColor normalColor,
	IPdfColor activatedColor,
	IPdfColor activateHiliteColor,
	IPdfColor rolloverColor
)

Parameters

normalColor
Type: Atalasoft.PdfDoc.GeneratingIPdfColor
Color of the normal appearance.
activatedColor
Type: Atalasoft.PdfDoc.GeneratingIPdfColor
Color of the activated appearance.
activateHiliteColor
Type: Atalasoft.PdfDoc.GeneratingIPdfColor
Color of the activate hilite appearance.
rolloverColor
Type: Atalasoft.PdfDoc.GeneratingIPdfColor
Color of the rollover appearance.

Return Value

Type: IEnumerableStringDrawingTemplatePair
A set of standard radio button widget appearances.
See Also