Click or drag to resize

WidgetSetRect Method

Sets the size and location of an annotation on its page.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetRect(
	Rect pos
)

Parameters

pos
Type: pdftron.PDFRect
the new rect

Implements

IAnnotSetRect(Rect)
See Also