IPXS_PDFVariant::IsIndirect Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_PDFVariant::IsIndirect Property}}
 
{{#customTitle:IPXS_PDFVariant::IsIndirect Property}}
{{#parentPage:PXV:IPXS_PDFVariant|IsIndirect Property|property}}
+
{{#parentPage:PXV:IPXS_PDFVariant#Properties|IsIndirect|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''IsIndirect''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns Value of VARIANT_BOOL, which indicate is current PDFVariant indirect or not.
+
Property '''IsIndirect''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns VARIANT_BOOL value, which indicates whether current ''PDFVariant'' is indirect or not.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IsIndirect([out, retval]  VARIANT_BOOL*  pRes);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsIndirect([out, retval]  VARIANT_BOOL*  bRes);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]].
+
[[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]
Please see PDF Reference, section 7 Syntax for more details about direct and indirect objects.
+

Latest revision as of 03:45, 15 June 2015

Property IsIndirect of interface IPXS_PDFVariant returns VARIANT_BOOL value, which indicates whether current PDFVariant is indirect or not.

Syntax

HRESULT get_IsIndirect([out, retval]  VARIANT_BOOL*  bRes);

See Also

IPXS_PDFVariant