RadioButtonGroupAddGroupButtonsToPage Method |
Add all group buttons to the page
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void AddGroupButtonsToPage(
Page page
)
Public Sub AddGroupButtonsToPage (
page As Page
)
public:
virtual void AddGroupButtonsToPage(
[InAttribute] Page^ page
) sealed
function AddGroupButtonsToPage(page);
Parameters
- page
- Type: pdftron.PDFPage
The page in which to add the buttons.
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also