Table of Contents

Class PdfListBox

Namespace
nebulae.dotPDFium.Forms
Assembly
dotPDFium.dll
public class PdfListBox : PdfFormElement, IDisposable
Inheritance
PdfListBox
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

GetSelectedIndices()

public List<int> GetSelectedIndices()

Returns

List<int>

GetValue()

public string? GetValue()

Returns

string

IsOptionSelected(int)

public bool IsOptionSelected(int index)

Parameters

index int

Returns

bool

IsReadOnly()

public bool IsReadOnly()

Returns

bool

SetOptionSelected(int, bool)

public bool SetOptionSelected(int index, bool selected)

Parameters

index int
selected bool

Returns

bool

SetValue(string)

public bool SetValue(string value)

Parameters

value string

Returns

bool