Gets or sets a value indicating whether the designer will automatically resize the AnnTextObject being edited after the user finish editing it.
public bool AutoSizeAfterEdit {get; set;} Public Property AutoSizeAfterEdit As Boolean
true for the designer to automatically resize the AnnTextObject being edited after the user finish editing it, false; otherwise. Default value is false.
When the value of this property is set to true, the designer will call the AnnTextObject.AutoSize method when it has finished editing the object.
using Leadtools;using Leadtools.Annotations;using Leadtools.Codecs;using Leadtools.WinForms;public void AnnTextEditDesigner_AutoSizeAfterEditExample(AnnAutomation automation){// We will hook to the Automation designer changed event,// if the designer is a Text edit designer, we will set// its AutoSizeAfterEdit value to trueautomation.CurrentDesignerChanged += new EventHandler(automation_CurrentDesignerChanged);}private void automation_CurrentDesignerChanged(object sender, EventArgs e){// Check if current designer is AnnTextEditDesignerAnnAutomation automation = sender as AnnAutomation;if (automation.CurrentDesigner != null){AnnTextEditDesigner textEditDesigner = automation.CurrentDesigner as AnnTextEditDesigner;if (textEditDesigner != null){// Yes, set its AutoSizeAfterEdit value to truetextEditDesigner.AutoSizeAfterEdit = true;}}}
Imports LeadtoolsImports Leadtools.AnnotationsImports Leadtools.CodecsImports Leadtools.WinFormsPublic Sub AnnTextEditDesigner_AutoSizeAfterEditExample(ByVal automation As AnnAutomation)' We will hook to the Automation designer changed event,' if the designer is a Text edit designer, we will set' its AutoSizeAfterEdit value to trueAddHandler automation.CurrentDesignerChanged, AddressOf automation_CurrentDesignerChangedEnd SubPrivate Sub automation_CurrentDesignerChanged(ByVal sender As Object, ByVal e As EventArgs)' Check if current designer is AnnTextEditDesignerDim automation As AnnAutomation = CType(sender, AnnAutomation)If Not automation.CurrentDesigner Is Nothing ThenIf TypeOf automation.CurrentDesigner Is AnnTextEditDesigner Then' Yes, set its AutoSizeAfterEdit value to trueDim textEditDesigner As AnnTextEditDesigner = CType(automation.CurrentDesigner, AnnTextEditDesigner)textEditDesigner.AutoSizeAfterEdit = TrueEnd IfEnd IfEnd Sub
|
Products |
Support |
Feedback: AutoSizeAfterEdit Property - Leadtools.Annotations |
Introduction |
Help Version 19.0.2017.6.20
|

Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.