 | PdfChoiceFieldClearSelection Method |
Clear field's selection
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool ClearSelection()
Public Function ClearSelection As Boolean
public:
bool ClearSelection()
member ClearSelection : unit -> bool
public boolean ClearSelection()
function ClearSelection();
Return Value
BooleanTrue for success or False otherwise
ExceptionsException | Condition |
---|
DomException | Generated for newly created fields that have not yet been added to the DOM. |
See Also