←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#
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();  
public:  
   property IList<AnnPicture^>^ Images 
   { 
      IList<AnnPicture^>^ get() 
   } 

Property Value

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly