DefaultWidgetTemplatesGetCheckAppearances Method |
Gets the standard checkbox 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> GetCheckAppearances(
IPdfColor normalColor,
IPdfColor activatedColor,
IPdfColor activateHiliteColor,
IPdfColor rolloverColor
)
Public Shared Function GetCheckAppearances (
normalColor As IPdfColor,
activatedColor As IPdfColor,
activateHiliteColor As IPdfColor,
rolloverColor As IPdfColor
) As IEnumerable(Of StringDrawingTemplatePair)
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:
IEnumerableStringDrawingTemplatePairA set of appearances for standard checkbox widgets
See Also