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 PDFCheckBox AddPDFCheckBox( PDFPage owner, string ControlName, RectangleF Box, string Caption, bool Checked ) |
Visual Basic (Declaration) |
---|
Public Function AddPDFCheckBox ( _ owner As PDFPage, _ ControlName As String, _ Box As RectangleF, _ Caption As String, _ Checked As Boolean _ ) As PDFCheckBox |
Visual C++ |
---|
public: PDFCheckBox^ AddPDFCheckBox( PDFPage^ owner, String^ ControlName, RectangleF Box, String^ Caption, bool Checked ) |
Parameters
- owner
- Type: PDFTech..::.PDFPage
- ControlName
- Type: System..::.String
- Box
- Type: System.Drawing..::.RectangleF
- Caption
- Type: System..::.String
- Checked
- Type: System..::.Boolean