←Select platform

Error Property

Summary

Gets any error information should the picture not load successfully.

Syntax
C#
VB
Objective-C
C++
Java
public Exception Error { get; } 
Public ReadOnly Property Error As Exception 
@property (nonatomic,readonly) NSError* error; 
public Exception getError() 
public:  
   property Exception^ Error 
   { 
      Exception^ get() 
   } 

Property Value

The error information if the picture was not loaded successfully; otherwise, null.

Example

For an example, refer to AnnRenderingEngine.LoadPicture.

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.