|
|
|
SftPictureObject.IsEmpty Property |
Returns whether the image object is empty.
Syntax
VB.NET |
Boolean = object.IsEmpty As Boolean |
||
VB |
Boolean = object.IsEmpty As Boolean |
||
C#.NET |
bool Boolean = object.IsEmpty; |
||
VC++ |
VARIANT_BOOL Boolean = object->IsEmpty;
|
||
C |
HRESULT object->get_IsEmpty(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.IsEmpty : WordBool; |
object
A SftPictureObject object.
Boolean
Returns whether the image object is empty.
Boolean |
Description |
True |
The SftPictureObject object is empty and no image is assigned. |
False |
The SftPictureObject object is not empty. The SftPictureObject.Type property can be used to determine the image contained in the object. |
Comments
The IsEmpty property returns whether the image object is empty.