'Declaration Public Function New( _ ByVal page As ImGearPDFPage, _ ByVal location As ImGearPDFFixedRect _ )
'Usage Dim page As ImGearPDFPage Dim location As ImGearPDFFixedRect Dim instance As New RadioButtonWidgetAnnotation(page, location)
public RadioButtonWidgetAnnotation( ImGearPDFPage page, ImGearPDFFixedRect location )
public: RadioButtonWidgetAnnotation( ImGearPDFPage* page, ImGearPDFFixedRect* location )
public: RadioButtonWidgetAnnotation( ImGearPDFPage^ page, ImGearPDFFixedRect^ location )
Parameters
- page
- The page to place the annotation on.
- location
- Location on the page to place the annotation.