Represents a combo box in a PDF form

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public class PdfFormComboBox : PdfFormField
Visual Basic
Public Class PdfFormComboBox
	Inherits PdfFormField
Visual C++
public ref class PdfFormComboBox : public PdfFormField

Inheritance Hierarchy

System..::..Object
  EvoPdf..::..PdfFormField
    EvoPdf..::..PdfFormComboBox

See Also