IPXC_DocSrcInfo::FileName Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(11 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_DocSrcInfo::FileName Property}} | {{#customTitle:IPXC_DocSrcInfo::FileName Property}} | ||
+ | {{#parentPage:PXV:IPXC_DocSrcInfo#Properties|FileName|property}} | ||
+ | {{ToReview}} | ||
− | Property '''FileName''' of interface [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] returns | + | Property '''FileName''' of interface [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] returns Pointer to [[PXV:IAFS_Name|IAFS_Name]] containing source document's file name. |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_FileName([out, retval] | + | <pre class="brush:cpp;gutter:false">HRESULT get_FileName([out, retval] IAFS_Name** pVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] |
Latest revision as of 02:19, 16 March 2016
Property FileName of interface IPXC_DocSrcInfo returns Pointer to IAFS_Name containing source document's file name.
Syntax
HRESULT get_FileName([out, retval] IAFS_Name** pVal);