←Select platform

IsLoaded Property

Summary
Gets or sets a value indicating if the image associated with this AnnPicture is loaded.
Syntax
C#
VB
Objective-C
C++
Java
public bool IsLoaded { get; set; } 
Public Property IsLoaded As Boolean 
@property (nonatomic) BOOL isLoaded; 
public boolean isLoaded() 
public void setLoaded(boolean loaded) 
public:  
   property bool IsLoaded 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

A boolean indicating if the image associated with this AnnPicture is loaded.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.