IPXS_PDFVariant::IsIndirect Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(10 intermediate revisions by 3 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 | + | {{#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* | + | <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]] | |
− | + |
Latest revision as of 02: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);