Different layout modes for a push button widget.

Namespace: TallComponents.PDF.Annotations.Widgets
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public enum CheckMarkAppearance
Visual Basic
Public Enumeration CheckMarkAppearance

Members

Member nameValueDescription
Check0 Display the check mark as check.
Circle1 Display the check mark as circle.
Cross2 Display the check mark as cross.
Diamond3 Display the check mark as diamond.
Square4 Display the check mark as square.
Star5 Display the check mark as star.
Unknown6 The check mark is unknown (none of the known values).

See Also