IPXS_PDFVariant::IsIndirect Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_PDFVariant::IsIndirect Property}}
 
{{#customTitle:IPXS_PDFVariant::IsIndirect Property}}
{{#parentPage:PXV:IPXS_PDFVariant#Properties|IsIndirect Property|property}}
+
{{#parentPage:PXV:IPXS_PDFVariant#Properties|IsIndirect|property}}
  
 
Property '''IsIndirect''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns VARIANT_BOOL value, which indicates whether current ''PDFVariant'' is 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 ==
 
[[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]
 
[[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]

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