←Select platform

Images Property

Summary

Gets the list of AnnPicture objects that serve as the default images for annotation objects that use AnnPictures.

Syntax

C#
VB
Java
Objective-C
WinRT C#
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();

Property Value

The list of AnnPicture objects that serve as the default images for annotation objects that use AnnPictures.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize