ListBoxWidgetResize Method |
Resize.
Namespace:
pdftron.PDF.Annots
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
the pos
Implements
IAnnotResize(Rect)See Also