ListBoxWidgetCreate Method (PDFDoc, Rect, Field) |
Creates a new List Box Widget annotation, in the specified document.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static ListBoxWidget Create(
PDFDoc doc,
Rect pos,
Field field
)
Public Shared Function Create (
doc As PDFDoc,
pos As Rect,
field As Field
) As ListBoxWidget
public:
static ListBoxWidget^ Create(
[InAttribute] PDFDoc^ doc,
[InAttribute] Rect^ pos,
[InAttribute] Field^ field
)
pdftron.PDF.Annots.ListBoxWidget.Create = function(doc, pos, field);
Parameters
- doc
- Type: pdftron.PDFPDFDoc
The document to which the annotation is added.
- pos
- Type: pdftron.PDFRect
A rectangle specifying the annotation's bounds, specified in
user space coordinates.
- field
- Type: pdftron.PDFField
the field for which to create a List Box Widget
Return Value
Type:
ListBoxWidget A newly created blank List Box Widget annotation.
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also