Gets a value indicating whether the image is
loaded.
Namespace: Bytescout.WatermarkingAssembly: 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(); |