←Select platform

IsEmpty Property

Summary

Indicates whether the object has any value.

Syntax
C#
VB
C++
public bool IsEmpty {get; set;} 
Public Property IsEmpty() As Boolean 
   Get 
   Set 
public:  
   property bool IsEmpty 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true means the object is empty; otherwise, false.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Unstructured Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.