 | PdfRadioButtonControlCheck Method |
Toggle Radiobutton
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic bool Check(
bool check
)
Public Function Check (
check As Boolean
) As Boolean
public:
bool Check(
bool check
)
member Check :
check : bool -> bool public boolean Check(
boolean check
)
Parameters
- check Boolean
- True for check, False otherwise
Return Value
BooleanTrue for success, False otherwise.
Exceptions| Exception | Condition |
|---|
| DomException | Thrown if the underlying field has not yet been added to the DOM. |
See Also