IPXC_Document::SrcInfo Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Document::SrcInfo Property}} | {{#customTitle:IPXC_Document::SrcInfo Property}} | ||
− | {{#parentPage:PXV:IPXC_Document|SrcInfo | + | {{#parentPage:PXV:IPXC_Document#Properties|SrcInfo|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''SrcInfo''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns Pointer to [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] . | + | Property '''SrcInfo''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns Pointer to [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] containing source document information (file name, document's title etc.). |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_SrcInfo([out, retval] IPXC_DocSrcInfo** | + | <pre class="brush:cpp;gutter:false">HRESULT get_SrcInfo([out, retval] IPXC_DocSrcInfo** pInfo); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_Document|IPXC_Document]] | + | [[PXV:IPXC_Document|IPXC_Document]] |
Latest revision as of 00:16, 16 March 2016
Property SrcInfo of interface IPXC_Document returns Pointer to IPXC_DocSrcInfo containing source document information (file name, document's title etc.).
Syntax
HRESULT get_SrcInfo([out, retval] IPXC_DocSrcInfo** pInfo);