






|
| PDFTron SilverDox SDK |
| Annotation..::..OnAnnotationResizeEnded Method |
| Annotation Class See Also Send Feedback |
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 ) |
Parameters
- e
- Type: PDFTron.SilverDox.Documents.Annotations..::..AnnotationResizedEventArgs
The event data.
