IOpInputItem::Params Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Params''' of interface [[PXV:IOpInputItem|IOpInputItem]] returns  Pointer to [[PXV:ICab|ICab]] ...
+
Property '''Params''' of interface [[PXV:IOpInputItem|IOpInputItem]] returns  Pointer to [[PXV:ICab|ICab]] that contains additional parameters for the input object that passed to the operation.  
  
 
== Syntax ==
 
== Syntax ==

Revision as of 07:21, 11 June 2015


Property Params of interface IOpInputItem returns Pointer to ICab that contains additional parameters for the input object that passed to the operation.

Syntax

HRESULT get_Params([out, retval]  ICab**  pParams);

See Also

IOpInputItem