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