Leadtools.Annotations.Core Namespace > AnnResources Class : Images Property |
public IList<AnnPicture> Images {get;}
Public ReadOnly Property Images As IList(Of AnnPicture)
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <AnnPicture> Images {get;}
@property (nonatomic,readonly) NSMutableArray* images;
public List<AnnPicture> getImages()
get_Images();