Options

From PDF XChange PDF SDK
Revision as of 01:23, 26 May 2015 by Palamar (Talk | contribs)

Jump to: navigation, search


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.