The Completed Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets a value that indicates whether the
Data is completed in this
DataBinInfo object.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Completed As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DataBinInfo
Dim value As Boolean
value = instance.Completed |
C# | |
---|
public bool Completed {get;} |
C++/CLI | |
---|
public:
property bool Completed {
bool get();
} |
Property Value
true if the
Data is completed for this data-bin; otherwise false.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also