op.document.addBarcode
From PDF XChange PDF SDK
(Created page with "Category:Editor {{#customTitle:op.document.addBarcode}} {{#parentPage:PXV:Operations|op.document.addBarcode|operation}} {{ToWrite}} {{ToReview}} == Overview == The operat...") |
|||
Line 2: | Line 2: | ||
{{#customTitle:op.document.addBarcode}} | {{#customTitle:op.document.addBarcode}} | ||
{{#parentPage:PXV:Operations|op.document.addBarcode|operation}} | {{#parentPage:PXV:Operations|op.document.addBarcode|operation}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
== Overview == | == Overview == | ||
− | The operation | + | The operation allows to add a barcode on to the document's page as a stamp annotation or as a part of the page's content. |
== Parameters == | == Parameters == | ||
Line 15: | Line 14: | ||
|- | |- | ||
| class="op_param_name" | Input | | class="op_param_name" | Input | ||
− | | style="text-align:center" | | + | | style="text-align:center" | IUnknown |
− | | | + | | Specifies the [[PXV:IPXC_Document|IPXC_Document]] where the barcode should be inserted into. |
|- | |- | ||
| class="op_param_name" | Output | | class="op_param_name" | Output | ||
| style="text-align:center;" | Array | | style="text-align:center;" | Array | ||
− | | | + | | Returns [[PXV:IPXC_Annotation|IPXC_Annotation]] if the barcode was placed as a stamp annotation or [[PXV:INumArray|INumArray]] if the barcode was placed as a part of the page's content. |
|- | |- | ||
| class="op_param_name" | [[PXV:op_document_addBarcode_Options|Options]] | | class="op_param_name" | [[PXV:op_document_addBarcode_Options|Options]] |
Revision as of 05:30, 14 March 2016
Overview
The operation allows to add a barcode on to the document's page as a stamp annotation or as a part of the page's content.
Parameters
Name | Type | Description |
---|---|---|
Input | IUnknown | Specifies the IPXC_Document where the barcode should be inserted into. |
Output | Array | Returns IPXC_Annotation if the barcode was placed as a stamp annotation or INumArray if the barcode was placed as a part of the page's content. |
Options | Dictionary | Dictionary with options of the operation. |