IPXS_PDFVariant::IsIndirect Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 4: Line 4:
 
{{#parentPage:PXV:IPXS_PDFVariant#Properties|IsIndirect|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, that indicates whether current ''PDFVariant'' is indirect or not.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 02:41, 25 May 2015

Property IsIndirect of interface IPXS_PDFVariant returns VARIANT_BOOL value, that indicates whether current PDFVariant is indirect or not.

Syntax

HRESULT get_IsIndirect([out, retval]  VARIANT_BOOL*  pRes);

See Also

IPXS_PDFVariant