←Select platform

Picture Property

Summary

Gets the loaded picture object.

Syntax
C#
VB
Objective-C
C++
Java
public AnnPicture Picture { get; } 
Public ReadOnly Property Picture As AnnPicture 
@property (nonatomic,readonly) LTAnnPicture* picture; 
public AnnPicture getPicture() 
public:  
   property AnnPicture^ Picture 
   { 
      AnnPicture^ get() 
   } 

Property Value

The loaded picture object.

Remarks

The value of AnnPicture.Source is the URL of the image that just finished loading

Example

For an example, refer to AnnRenderingEngine.LoadPicture.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly