Options

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
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...
+
| Specifies the [[PXV:IAFS_Name|file name]] of the source file which will be attached to the document. Use <code>IUnknown::QueryInterface</code> method to query implementation of <code>[[PXV:IAFS_Name|IAFS_Name]]</code> from <code>IUnknown</code>.
 
|-
 
|-
 
| class="op_param_name" | DisplayName
 
| class="op_param_name" | DisplayName
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| 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: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
 
| class="op_param_name" | MimeType
 
| class="op_param_name" | MimeType
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies mime type of the added attachment. When it is empty then the mime type will be extracted from the file type.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
 
| class="op_param_name" | Annot
 
| class="op_param_name" | Annot
 
| style="text-align:center" | IUnknown
 
| style="text-align:center" | IUnknown
| Specifies...
+
| Specifies the [[PXV:IPXC_Annotation|file attachment annotation]] when the added file attachment should be linked to it. Use <code>IUnknown::QueryInterface</code> method to query implementation of <code>[[PXV:IPXC_Annotation|IPXC_Annotation]]</code> from <code>IUnknown</code>.
 
|-
 
|-
 
| class="op_param_name" | Description
 
| class="op_param_name" | Description
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies description of the added attachment.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
 
| class="op_param_name" | CollectionFolder
 
| class="op_param_name" | CollectionFolder
 
| style="text-align:center" | IUnknown
 
| style="text-align:center" | IUnknown
| Specifies...
+
| Specifies the [[PXV:IPXC_CollectionFolder|PDF collection folder]] when the attachment is added to the PDF Portfolio. Use <code>IUnknown::QueryInterface</code> method to query implementation of <code>[[PXV:IPXC_CollectionFolder|IPXC_CollectionFolder]]</code> from <code>IUnknown</code>.
 
|}
 
|}

Revision as of 01:23, 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. Use IUnknown::QueryInterface method to query implementation of IAFS_Name from IUnknown.
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. Use IUnknown::QueryInterface method to query implementation of IPXC_Annotation from IUnknown.
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. Use IUnknown::QueryInterface method to query implementation of IPXC_CollectionFolder from IUnknown.