The Objects Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets the collection of objects in this AnnContainer.Visual Basic (Declaration) | |
---|---|
Public Overridable ReadOnly Property Objects As RasterCollection(Of AnnObject) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnContainer Dim value As RasterCollection(Of AnnObject) value = instance.Objects |
C# | |
---|---|
public virtual RasterCollection<AnnObject> Objects {get;} |
C++/CLI | |
---|---|
public: virtual property RasterCollection<AnnObject^>^ Objects { RasterCollection<AnnObject^>^ get(); } |
Property Value
The RasterCollection<AnnObject> representing the objects in the AnnContainer.For an example, refer to AnnContainer.
(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