ListBoxField

ListBoxField

Overview

ListBoxField is a class in Aspose.PDF FOSS for C++.

This class provides 3 methods for working with ListBoxField objects in C++ programs. Available methods include: ListBoxField, TopIndex. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
ListBoxField()Calls ListBoxField on this ListBoxField instance.
TopIndex()intCalls TopIndex on this ListBoxField instance.
TopIndex(value: int)Calls TopIndex(value) on this ListBoxField instance.

See Also