IPXC_Function Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Function Interface}}
 
{{#customTitle:IPXC_Function Interface}}
 +
{{#parentPage:PXV:PXC_Interfaces|IPXC_Function|interface}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The interface of object of PDF-XChange Editor SDK.
 
The interface of object of PDF-XChange Editor SDK.
  
 
== Methods ==
 
== Methods ==
{| class="wikitable sortable collapsible" style="width: 100%"
+
{| class="wikitable methods"
|-
+
! style="text-align: left" scope="col" width="15%" | Method
+
! style="text-align: left" scope="col" class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IPXC_Function_Calculate|Calculate]]
 
| [[PXV:IPXC_Function_Calculate|Calculate]]
| ...
 
|-
 
 
| [[PXV:IPXC_Function_CalculateF|CalculateF]]
 
| [[PXV:IPXC_Function_CalculateF|CalculateF]]
| ...
+
|  
 +
|
 
|}
 
|}
  
 
== 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:IPXC_Function_NumInput|NumInput]]
 
| [[PXV:IPXC_Function_NumInput|NumInput]]
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXC_Function_NumOutput|NumOutput]]
 
| [[PXV:IPXC_Function_NumOutput|NumOutput]]
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXC_Function_PDFObject|PDFObject]]
 
| [[PXV:IPXC_Function_PDFObject|PDFObject]]
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXC_Function_Type|Type]]
 
| [[PXV:IPXC_Function_Type|Type]]
| style="text-align: center" | R
 
| .
 
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXC_Document_GetFunction|IPXC_Document::GetFunction]], [[PXV:IPXC_Document_GetFunctionByHandle|IPXC_Document::GetFunctionByHandle]], [[PXV:IPXC_EState_BGFunc|IPXC_EState::BGFunc]], [[PXV:IPXC_EState_UCRFunc|IPXC_EState::UCRFunc]], [[PXV:IPXC_SoftMask_TransferFunction|IPXC_SoftMask::TransferFunction]], [[PXV:IPXC_Shading_Function|IPXC_Shading::Function]]

Latest revision as of 00:12, 1 December 2017


The interface of object of PDF-XChange Editor SDK.

Methods

Calculate CalculateF

Properties

NumInput NumOutput PDFObject Type

See Also

IPXC_Document::GetFunction, IPXC_Document::GetFunctionByHandle, IPXC_EState::BGFunc, IPXC_EState::UCRFunc, IPXC_SoftMask::TransferFunction, IPXC_Shading::Function