C#
VB
Java
Objective-C
WinRT C#
C++
Gets the list of AnnPicture objects that serve as the default images for annotation objects that use AnnPictures.
public IList<AnnPicture> Images { get; }
Public ReadOnly Property Images As IList(Of AnnPicture)
public Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<AnnPicture> Images {get;}
@property (nonatomic,readonly) NSMutableArray* images;
public java.util.List<AnnPicture> getImages()
get_Images();
public:
property IList<AnnPicture^>^ Images
{
IList<AnnPicture^>^ get()
}
The list of AnnPicture objects that serve as the default images for annotation objects that use AnnPictures.
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