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 public void SetRect(
Rect pos
)
Public Sub SetRect (
pos As Rect
)
public:
virtual void SetRect(
[InAttribute] Rect^ pos
) sealed
Parameters
- pos
- Type: pdftron.PDFRect
the new rect
Implements
IAnnotSetRect(Rect)See Also