IPXC_DocSrcInfo::CustDispTitle Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_DocSrcInfo::CustDispTitle Property}} | {{#customTitle:IPXC_DocSrcInfo::CustDispTitle Property}} | ||
{{#parentPage:PXV:IPXC_DocSrcInfo#Properties|CustDispTitle|property}} | {{#parentPage:PXV:IPXC_DocSrcInfo#Properties|CustDispTitle|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property '''CustDispTitle''' of interface [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] returns/sets Value of BSTR | + | Property '''CustDispTitle''' of interface [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] returns/sets Value of BSTR that will be used by editor for displaying in documents' tab-bar. |
== Syntax == | == Syntax == |
Latest revision as of 02:10, 16 March 2016
Property CustDispTitle of interface IPXC_DocSrcInfo returns/sets Value of BSTR that will be used by editor for displaying in documents' tab-bar.
Syntax
HRESULT get_CustDispTitle([out, retval] BSTR* sVal); HRESULT put_CustDispTitle([in] BSTR sVal);