IPXS_PDFVariant::IsIndirect Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''IsIndirect''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns Value of VARIANT_BOOL | + | Property '''IsIndirect''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns Value of VARIANT_BOOL, which indicate is current PDFVariant indirect or not. |
== Syntax == | == Syntax == | ||
Line 13: | Line 13: | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]. | See also [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]. | ||
+ | Please see PDF Reference, section 7 Syntax for more details about direct and indirect objects. |
Revision as of 05:40, 7 May 2015
Property IsIndirect of interface IPXS_PDFVariant returns Value of VARIANT_BOOL, which indicate is current PDFVariant indirect or not.
Syntax
HRESULT get_IsIndirect([out, retval] VARIANT_BOOL* pRes);
See Also
See also IPXS_PDFVariant. Please see PDF Reference, section 7 Syntax for more details about direct and indirect objects.