Sets the size and location of an annotation on its page.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Sub SetRect (
pos As Rect
)
void SetRect(
[InAttribute] Rect^ pos
)
Parameters
- pos
- Type: pdftron.PDFRect
the new rect
See Also