OnAnnotationResizeEnded Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Called by the annotation's AnnotationManager when the user has finished resizing the annotation

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public virtual void OnAnnotationResizeEnded(
	AnnotationResizedEventArgs e
)
Visual Basic
Public Overridable Sub OnAnnotationResizeEnded ( _
	e As AnnotationResizedEventArgs _
)
Visual C++
public:
virtual void OnAnnotationResizeEnded(
	AnnotationResizedEventArgs^ e
)

See Also