Options
From PDF XChange PDF SDK
Line 14: | Line 14: | ||
| class="op_param_name" | FileName | | class="op_param_name" | FileName | ||
| style="text-align:center" | IUnknown | | style="text-align:center" | IUnknown | ||
− | | Specifies the [[PXV:IAFS_Name|file name]] of the source file which will be attached to the document | + | | Specifies the [[PXV:IAFS_Name|file name]] of the source file which will be attached to the document. |
|- | |- | ||
| class="op_param_name" | DisplayName | | class="op_param_name" | DisplayName | ||
Line 28: | Line 28: | ||
| class="op_param_name" | Annot | | class="op_param_name" | Annot | ||
| style="text-align:center" | IUnknown | | style="text-align:center" | IUnknown | ||
− | | Specifies the [[PXV:IPXC_Annotation|file attachment annotation]] when the added file attachment should be linked to it | + | | Specifies the [[PXV:IPXC_Annotation|file attachment annotation]] when the added file attachment should be linked to it. |
|- | |- | ||
| class="op_param_name" | Description | | class="op_param_name" | Description | ||
Line 37: | Line 37: | ||
| class="op_param_name" | CollectionFolder | | class="op_param_name" | CollectionFolder | ||
| style="text-align:center" | IUnknown | | style="text-align:center" | IUnknown | ||
− | | Specifies the [[PXV:IPXC_CollectionFolder|PDF collection folder]] when the attachment is added to the PDF Portfolio | + | | Specifies the [[PXV:IPXC_CollectionFolder|PDF collection folder]] when the attachment is added to the PDF Portfolio. |
|} | |} |
Revision as of 00:28, 26 May 2015
Options Table
Name | Type | Value |
---|---|---|
FileName | IUnknown | Specifies the file name of the source file which will be attached to the document. |
DisplayName | String | Specifies name of the attachment that will be used instead of the file name. When it is empty then the file name will be used instead.
Default value: Empty String |
MimeType | String | Specifies mime type of the added attachment. When it is empty then the mime type will be extracted from the file type.
Default value: Empty String |
Annot | IUnknown | Specifies the file attachment annotation when the added file attachment should be linked to it. |
Description | String | Specifies description of the added attachment.
Default value: Empty String |
CollectionFolder | IUnknown | Specifies the PDF collection folder when the attachment is added to the PDF Portfolio. |