PdfFormAddComboBox(PdfPage, RectangleFloat, String, PdfFont) Method
Creates a combo box field in form
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfFormComboBox AddComboBox(
PdfPage pdfPage,
RectangleFloat boundingRectangle,
string[] listItems,
PdfFont pdfFont
)
Public Function AddComboBox (
pdfPage As PdfPage,
boundingRectangle As RectangleFloat,
listItems As String(),
pdfFont As PdfFont
) As PdfFormComboBox
public:
PdfFormComboBox^ AddComboBox(
PdfPage^ pdfPage,
RectangleFloat^ boundingRectangle,
array<String^>^ listItems,
PdfFont^ pdfFont
)
member AddComboBox :
pdfPage : PdfPage *
boundingRectangle : RectangleFloat *
listItems : string[] *
pdfFont : PdfFont -> PdfFormComboBox
- pdfPage PdfPage
- The PDF page where to create the combo box
- boundingRectangle RectangleFloat
- The combo box field bounding rectangle
- listItems String
- The list of items
- pdfFont PdfFont
- The combo box items text font
PdfFormComboBoxThe created combo box field