←Select platform

IsLoaded Property

Summary
Gets or sets a value indicating if the image associated with this AnnPicture is loaded.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool IsLoaded { get; set; } 
@property (nonatomic, assign) BOOL isLoaded; 
public boolean isLoaded() 
public void setLoaded(boolean loaded) 
public:  
   property bool IsLoaded 
   { 
      bool get() 
      void set(bool value) 
   } 
IsLoaded # get and set (AnnPicture) 

Property Value

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

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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