C#
VB
Java
Objective-C
WinRT C#
C++
Gets any error information should the picture not load successfully.
public Exception Error { get; }
Public ReadOnly Property Error As Exception
public HResult Error {get;}
@property (nonatomic,readonly) NSError* error;
public Exception getError()
get_Error();
public:
property Exception^ Error
{
Exception^ get()
}
The error information if the picture was not loaded successfully; otherwise, null.
For an example, refer to AnnRenderingEngine.LoadPicture.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET