Click or drag to resize

StrikeOut.SetRect 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.PDF.Rect
the new rect

Implements

IAnnot.SetRect(Rect)
See Also