Click or drag to resize

TextWidget Constructor

Creates a Text 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 TextWidget(
	Obj d
)

Parameters

d
Type: pdftron.SDFObj
The object to use to initialize the Text Widget
Remarks
The constructor does not copy any data, but is instead the logical equivalent of a type cast.
See Also