IPXC_GoToETargetItem::PageDestName Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_GoToETargetItem::PageDestName Property}}
 
{{#customTitle:IPXC_GoToETargetItem::PageDestName Property}}
 +
{{#parentPage:PXV:IPXC_GoToETargetItem#Properties|PageDestName|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''PageDestName''' of interface [[PXV:IPXC_GoToETargetItem|IPXC_GoToETargetItem]] returns/sets  Value of BSTR ...
 
Property '''PageDestName''' of interface [[PXV:IPXC_GoToETargetItem|IPXC_GoToETargetItem]] returns/sets  Value of BSTR ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PageDestName([out, retval] BSTR* pDestName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PageDestName([out, retval] BSTR* ppDestName);
HRESULT put_PageDestName([in] BSTR pDestName);
+
HRESULT put_PageDestName([in] BSTR ppDestName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_GoToETargetItem|IPXC_GoToETargetItem]].
+
[[PXV:IPXC_GoToETargetItem|IPXC_GoToETargetItem]]

Latest revision as of 08:32, 23 May 2015


Property PageDestName of interface IPXC_GoToETargetItem returns/sets Value of BSTR ...

Syntax

HRESULT get_PageDestName([out, retval]  BSTR*  ppDestName);
HRESULT put_PageDestName([in]  BSTR  ppDestName);

See Also

IPXC_GoToETargetItem