OnAnnotationResizeEnded Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image

[Missing <summary> documentation for "M:PDFTron.SilverDox.Documents.Annotations.FreeHand.OnAnnotationResizeEnded(PDFTron.SilverDox.Documents.Annotations.AnnotationResizedEventArgs)"]

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

Syntax

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

Parameters

e
Type: PDFTron.SilverDox.Documents.Annotations..::..AnnotationResizedEventArgs

[Missing <param name="e"/> documentation for "M:PDFTron.SilverDox.Documents.Annotations.FreeHand.OnAnnotationResizeEnded(PDFTron.SilverDox.Documents.Annotations.AnnotationResizedEventArgs)"]

See Also