







![]() ![]() |
PDFTron SilverDox SDK |
DocumentViewer..::..AnnotationResized Event |
DocumentViewer Class See Also Send Feedback |
Occurs when an annotation is resized
Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
public event EventHandler<AnnotationResizedEventArgs> AnnotationResized |
Visual Basic |
---|
Public Event AnnotationResized As EventHandler(Of AnnotationResizedEventArgs) |
Visual C++ |
---|
public: event EventHandler<AnnotationResizedEventArgs^>^ AnnotationResized { void add (EventHandler<AnnotationResizedEventArgs^>^ value); void remove (EventHandler<AnnotationResizedEventArgs^>^ value); } |