Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsEmpty Property (LeadSize)








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;}
BOOL LeadSizeIsZero(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

Error processing SSI file