Click or drag to resize

PdfRadioButtonControlCheck Method

Toggle Radiobutton

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public bool Check(
	bool check
)

Parameters

check  Boolean
True for check, False otherwise

Return Value

Boolean
True for success, False otherwise.
Exceptions
ExceptionCondition
DomExceptionThrown if the underlying field has not yet been added to the DOM.
See Also