The Objects Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets the objects that have been changed.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Objects As RasterCollection(Of AnnObject) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnBeforeObjectChangedEventArgs Dim value As RasterCollection(Of AnnObject) value = instance.Objects | |
| C# | |
|---|---|
public RasterCollection<AnnObject> Objects {get;} | |
| C++/CLI | |
|---|---|
public: property RasterCollection<AnnObject^>^ Objects { RasterCollection<AnnObject^>^ get(); } | |
Property Value
A RasterCollection<AnnObject> that has a collection of the objects that has been changed.For an example, refer to AnnAutomation.AfterObjectChanged.
(Read only)
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code