Adds the new combo box control with specified unique name to the
PdfPage.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfComboBox AddComboBox(
string name,
PdfRectangle boundingBox
)
VB
Public Function AddComboBox (
name As String,
boundingBox As PdfRectangle
) As PdfComboBox
Parameters
- name
- Type: System.String
The unique name of the combo box control. - boundingBox
- Type: BitMiracle.Docotic.Pdf.PdfRectangle
The PdfRectangle structure that specifies the location and the size of
the combo box.
Return Value
Type:
PdfComboBox
The newly created
PdfComboBox object.
Remarks
The
Rotation of the new combo box is set to the rotation
(
Rotation) of the owner page.
See Also