IPXC_DocSrcInfo::CustFileName Property

From PDF XChange PDF SDK
Revision as of 03:15, 16 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Property CustFileName of interface IPXC_DocSrcInfo returns/sets Value of BSTR that may be used by ImportConvertors - to specify the source file name and will be used by Editor for the 'OpenFolderAndSelect' feature.

Syntax

HRESULT get_CustFileName([out, retval]  BSTR*  sVal);
HRESULT put_CustFileName([in]  BSTR  sVal);

See Also

IPXC_DocSrcInfo