IPXC_DocFontsInfo::IsInvalid Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocFontsInfo::IsInvalid Property}}
 
{{#customTitle:IPXC_DocFontsInfo::IsInvalid Property}}
{{#parentPage:PXV:IPXC_DocFontsInfo|property}}
+
{{#parentPage:PXV:IPXC_DocFontsInfo#Properties|IsInvalid|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''IsInvalid''' of interface [[PXV:IPXC_DocFontsInfo|IPXC_DocFontsInfo]] returns  Value of VARIANT_BOOL ...
+
Property '''bIsInvalid''' of interface [[PXV:IPXC_DocFontsInfo|IPXC_DocFontsInfo]] returns  Value of VARIANT_BOOL ...
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IsInvalid([out, retval] VARIANT_BOOL* pIsInvalid);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsInvalid([out, retval] VARIANT_BOOL* bIsInvalid);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_DocFontsInfo|IPXC_DocFontsInfo]].
+
[[PXV:IPXC_DocFontsInfo|IPXC_DocFontsInfo]]

Latest revision as of 03:23, 15 June 2015


Property bIsInvalid of interface IPXC_DocFontsInfo returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_IsInvalid([out, retval]  VARIANT_BOOL*  bIsInvalid);

See Also

IPXC_DocFontsInfo