The IsEmpty Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets a value indicating whether this LogicalSize structure is empty.Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property IsEmpty As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LogicalSize Dim value As Boolean value = instance.IsEmpty |
C# | |
---|---|
public bool IsEmpty {get;} |
Property Value
true if this LogicalSize structure is empty; otherwise, false.(Read only) An empty LogicalSize has width and height values of 0,0.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7