Options
From PDF XChange PDF SDK
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{{#customTitle:Options}} | {{#customTitle:Options}} | ||
{{#parentPage:PXV:op_attachments_add|Options|property}} | {{#parentPage:PXV:op_attachments_add|Options|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Line 14: | Line 13: | ||
| 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|IAFS_Name]] of the source file | + | | Specifies the [[PXV:IAFS_Name|IAFS_Name]] of the source file that will be attached to the document. |
|- | |- | ||
| class="op_param_name" | DisplayName | | class="op_param_name" | DisplayName |
Latest revision as of 01:15, 26 May 2015
Options Table
Name | Type | Value |
---|---|---|
FileName | IUnknown | Specifies the IAFS_Name of the source file that 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 IPXC_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 IPXC_CollectionFolder when the attachment is added to the PDF Portfolio. |