ComboBoxWidgetCreate Method (PDFDoc, Rect) |
Creates a new Combo Box Widget annotation, in the specified document with a default Field name.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static ComboBoxWidget Create(
PDFDoc doc,
Rect pos
)
Public Shared Function Create (
doc As PDFDoc,
pos As Rect
) As ComboBoxWidget
public:
static ComboBoxWidget^ Create(
[InAttribute] PDFDoc^ doc,
[InAttribute] Rect^ pos
)
pdftron.PDF.Annots.ComboBoxWidget.Create = function(doc, pos);
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.
Return Value
Type:
ComboBoxWidget A newly created blank Widget annotation.
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also