IOpInputItem Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IOpInputItem Interface}}
 
{{#customTitle:IOpInputItem Interface}}
 +
{{#parentPage:PXV:Common_Interfaces|IOpInputItem|interface}}
  
The interface of object of PDF-XChange Editor SDK.
+
 
 +
The interface of object that is a wrap for the input objects of the operations. It allows to pass additional parameters along with the wrapped input object.
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IOpInputItem_Params|Params]]
 
| [[PXV:IOpInputItem_Params|Params]]
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IOpInputItem_Src|Src]]
 
| [[PXV:IOpInputItem_Src|Src]]
| style="text-align: center" | R/W
+
|  
| .
+
|  
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IOperation_CreateInputItem|IOperation::CreateInputItem]]

Latest revision as of 15:52, 16 June 2015


The interface of object that is a wrap for the input objects of the operations. It allows to pass additional parameters along with the wrapped input object.

Properties

Params Src

See Also

IOperation::CreateInputItem