ListBoxWidget Constructor |
Creates a List Box Widget annotation and initialize it using given Cos/SDF object.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public ListBoxWidget(
Obj d
)
Public Sub New (
d As Obj
)
public:
ListBoxWidget(
[InAttribute] Obj^ d
)
pdftron.PDF.Annots.ListBoxWidget = function(d);
Parameters
- d
- Type: pdftron.SDFObj
the object to use to initialize the List Box Widget
Remarks The constructor does not copy any data, but is instead the logical
equivalent of a type cast.
See Also