IString::IsEmpty Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IString::IsEmpty Property}}
 
{{#customTitle:IString::IsEmpty Property}}
 
{{#parentPage:PXV:IString#Properties|IsEmpty|property}}
 
{{#parentPage:PXV:IString#Properties|IsEmpty|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''IsEmpty''' of interface [[PXV:IString|IString]] returns  Value of VARIANT_BOOL ...
+
Gets whether the string is empty.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 02:14, 3 June 2015


Gets whether the string is empty.

Syntax

HRESULT get_IsEmpty([out, retval]  VARIANT_BOOL*  pVal);

See Also

IString