←Select platform

Source Property

Summary

Gets or sets the image URL associated with this AnnPicture object.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string Source { get; set; } 
Public Property Source As String 
public string Source {get; set;} 
@property (nonatomic) NSURL* source; 
public String getSource() 
public void setSource(String source) 
             
  
get_Source(); 
set_Source(value); 
Object.defineProperty('Source');  
public:  
   property String^ Source 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The image URL associated with this AnnPicture object.

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