Click or drag to resize

WidgetCreate Method

Creates a new Widget annotation, in the specified document.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Widget Create(
	SDFDoc doc,
	Rect pos,
	Field field
)

Parameters

doc
Type: pdftron.SDFSDFDoc
A 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

Return Value

Type: Widget
A newly created blank Widget annotation.
See Also