Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnLoadPictureEventArgs Class : Picture Property |
public AnnPicture Picture {get;}
'Declaration
Public ReadOnly Property Picture As AnnPicture
public AnnPicture Picture {get;}
@property (nonatomic,readonly) LTAnnPicture* picture;
public AnnPicture getPicture() public void setPicture(AnnPicture picture)
get_Picture();
The value of AnnPicture.Source is the URL of the image that just finished loading
For an example, refer to AnnRenderingEngine.LoadPicture.