RadioButtonGroupGetNumButtons Method |
Gets the number of buttons in this RadioButtonGroup
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public uint GetNumButtons()
Public Function GetNumButtons As UInteger
public:
virtual unsigned int GetNumButtons() sealed
function GetNumButtons();
Return Value
Type:
UInt32 The number of buttons in this RadioButtonGroup
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also