UNPKG

@ironsoftware/ironpdf

Version:

IronPDF for Node

13 lines (9 loc) 281 B
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto export interface PdfiumComboBoxFieldP { 'options'?: (string)[]; 'selectedIndex'?: (number); } export interface PdfiumComboBoxFieldP__Output { 'options'?: (string)[]; 'selectedIndex'?: (number); }