Table of Contents

Class PdfComboBox

Namespace
nebulae.dotPDFium.Forms
Assembly
dotPDFium.dll
public class PdfComboBox : PdfFormElement, IDisposable
Inheritance
PdfComboBox
Implements
Inherited Members

Properties

OptionCount

public int OptionCount { get; }

Property Value

int

Methods

GetOptionLabel(int)

public string? GetOptionLabel(int index)

Parameters

index int

Returns

string

GetSelectedIndex()

public int GetSelectedIndex()

Returns

int

GetValue()

public string? GetValue()

Returns

string

IsReadOnly()

public bool IsReadOnly()

Returns

bool

SetSelectedIndex(int)

public bool SetSelectedIndex(int index)

Parameters

index int

Returns

bool

SetValue(string)

public bool SetValue(string value)

Parameters

value string

Returns

bool