PDF .NET Library Documentation - PDF Technologies, Inc.
Namespace:
PDFTech
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public PDFRadioButton AddPDFRadioButton( PDFPage owner, string ControlName, RectangleF Box, bool Checked, string value, string caption ) |
Visual Basic (Declaration) |
---|
Public Function AddPDFRadioButton ( _ owner As PDFPage, _ ControlName As String, _ Box As RectangleF, _ Checked As Boolean, _ value As String, _ caption As String _ ) As PDFRadioButton |
Visual C++ |
---|
public: PDFRadioButton^ AddPDFRadioButton( PDFPage^ owner, String^ ControlName, RectangleF Box, bool Checked, String^ value, String^ caption ) |
Parameters
- owner
- Type: PDFTech..::.PDFPage
- ControlName
- Type: System..::.String
- Box
- Type: System.Drawing..::.RectangleF
- Checked
- Type: System..::.Boolean
- value
- Type: System..::.String
- caption
- Type: System..::.String