IPXC_Bookmark::Title Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Bookmark::Title Property}}
 
{{#customTitle:IPXC_Bookmark::Title Property}}
{{#parentPage:PXV:IPXC_Bookmark|property}}
+
{{#parentPage:PXV:IPXC_Bookmark|Title Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Title([out, retval] BSTR* pTitle);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Title([out, retval] BSTR* pTitle);
HRESULT put_Title([in] BSTR pTitle);
+
HRESULT put_Title([in] BSTR pTitle);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_Bookmark|IPXC_Bookmark]].
 
See also [[PXV:IPXC_Bookmark|IPXC_Bookmark]].

Revision as of 05:57, 23 April 2015


Gets/sets bookmark's title.

Syntax

HRESULT get_Title([out, retval]  BSTR*  pTitle);
HRESULT put_Title([in]  BSTR  pTitle);

See Also

See also IPXC_Bookmark.