Scales the geometry of the annotation so that its appearance would now fit a new
rectangle on the page, in user units.
Users still have to call RefreshAppearance() later if they want a corresponding
appearance stream to be generated for the new rectangle.
The main reason for not combining the two operations together is to be able to resize
annotations that do not have an appearance stream.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Resize(
Rect newrect
)
Public Sub Resize (
newrect As Rect
)
public:
virtual void Resize(
[InAttribute] Rect^ newrect
) sealed
function Resize(newrect);
Parameters
- newrect
- Type: pdftron.PDFRect
A reference to the new rectangle to which this annotation has to be resized.
Implements
IAnnotResize(Rect)See Also