Click or drag to resize

AnnotResize Method

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
)

Parameters

newrect
Type: pdftron.PDFRect
A reference to the new rectangle to which this annotation has to be resized.

Implements

IAnnotResize(Rect)
See Also