←Select platform

CreateDefaultObjects Method

Summary

Creates the default automation annotation objects.

Syntax

C#
VB
C++
public void CreateDefaultObjects() 
  
Public Sub CreateDefaultObjects()  
public: 
void CreateDefaultObjects();  

Remarks

Call this method to create the default automation annotation objects. For information regarding default text strings used throughout the user interface in the automated mode, including information on how to override them, refer to Localization of LEADTOOLS for .NET WPF Annotations Automation

For information regarding implementing annotations, refer to Implementing WPF Annotations.

The following table lists, for each default automation object, its ID name and corresponding description:

Id Object
GroupObjectId Special automation object that manages groups and the selection of multiple objects
SelectObjectId Special automation object that manages the case where no object is selected
LineObjectId Automation object for AnnLineObject
RectangleObjectId Automation object for AnnRectangleObject
EllipseObjectId Automation object for AnnEllipseObject
PolylineObjectId Automation object for AnnPolylineObject
PolygonObjectId Automation object for AnnPolygonObject
CurveObjectId Automation object for AnnCurveObject
ClosedCurveObjectId Automation object for AnnClosedCurveObject
PointerObjectId Automation object for AnnPointerObject
FreehandObjectId Automation object for AnnPolylineObject with AnnFreehandDrawDesigner
HiliteObjectId Automation object for AnnHiliteObject
TextObjectId Automation object for AnnTextObject
TextRollupObjectId Automation object for AnnTextRollupObject
TextPointerObjectId Automation object for AnnTextPointerObject
NoteObjectId Automation object for AnnNoteObject
StampObjectId Automation object for AnnStampObject
RubberStampObjectId Automation object for AnnRubberStampObject
HotspotObjectId Automation object for AnnHotspotObject
FreehandHotspotObjectId Automation object for AnnFreehandHotspotObject
ButtonObjectId Automation object for AnnButtonObject
PointObjectId Automation object for AnnPointObject
RedactionObjectId Automation object for AnnRedactionObject
Example

For C#/VB examples, refer to AnnAutomationManager.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly