IPXS_PDFVariant::IsIndirect Property
From PDF XChange PDF SDK
Line 4: | Line 4: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''IsIndirect''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns | + | Property '''IsIndirect''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns VARIANT_BOOL value, which indicates whether current PDFVariant is indirect or not. |
== Syntax == | == Syntax == |
Revision as of 11:55, 14 May 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* pRes);
See Also
- See also IPXS_PDFVariant.
- Please see PDF Reference, section 7 Syntax for more details about direct and indirect objects.