LEADTOOLS (Leadtools assembly)

IsEmpty Property (LeadSize)

Show in webframe







Gets a value indicating whether this LeadSize structure is empty.
Syntax
public bool IsEmpty {get;}
'Declaration
 
Public ReadOnly Property IsEmpty As Boolean
'Usage
 
Dim instance As LeadSize
Dim value As Boolean
 
value = instance.IsEmpty
public bool IsEmpty {get;}
int LeadSize_IsEmpty(LeadSize size);
public boolean isEmpty()
 get_IsEmpty(); 
public:
property bool IsEmpty {
   bool get();
}

Property Value

true if this LeadSize structure is empty; false, otherwise.
Remarks

An uninitialized LeadSize has a width and height value of zero.

Requirements

Target Platforms

See Also

Reference

LeadSize Structure
LeadSize Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.