Click or drag to resize

FreeTextCreate Method

Creates a new FreeText annotation, in the specified document.

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

Parameters

doc
Type: pdftron.SDFSDFDoc
A document to which the FreeText annotation is added.
pos
Type: pdftron.PDFRect
A rectangle specifying the FreeText annotation's bounds, specified in user space coordinates.

Return Value

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