IPXS_PDFVariant::IsIndirect Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_IsIndirect([out, retval] VARIANT_BOOL* | + | <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]] |
Revision as of 01:31, 4 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);