Click or drag to resize

ComboBoxWidgetCreate Method (PDFDoc, Rect, Field)

Creates a new Combo Box Widget annotation, in the specified document.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static ComboBoxWidget Create(
	PDFDoc doc,
	Rect pos,
	Field 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 Combo Box widget

Return Value

Type: ComboBoxWidget
A newly created blank Widget annotation.
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also