Gets a value indicating whether the image is loaded.
Namespace:  Bytescout.Watermarking
Assembly:  Bytescout.Watermarking (in Bytescout.Watermarking.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsLoaded As Boolean
C#
public bool IsLoaded { get; }
Visual C++
public:
property bool IsLoaded {
        bool get ();
}
JavaScript
function get_isLoaded();

Field Value

true if the image is loaded; otherwise, false.

See Also