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