[This is preliminary documentation and is subject to change.]
Check box / check mark symbol type
Namespace:
RadPdfLibrary.Data.Document.CommonAssembly: RadPdfLibrary (in RadPdfLibrary.dll) Version: 1.4.3630.21651 (1.4.0.0)
Syntax
| C# |
|---|
public enum RadPdfCheckType |
| Visual Basic (Declaration) |
|---|
Public Enumeration RadPdfCheckType |
| Visual Basic (Usage) |
|---|
Dim instance As RadPdfCheckType |
Members
| Member name | Description | |
|---|---|---|
| Check |
Check
| |
| Circle |
Circle
| |
| Cross1 |
Cross (style 1)
| |
| Cross2 |
Cross (style 2)
| |
| Cross3 |
Cross (style 3)
| |
| Cross4 |
Cross (style 4)
| |
| Diamond |
Diamond
| |
| Square |
Square
| |
| Star |
Star
|