IAFS_FileInfo::Title Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_FileInfo::Title Property}}
 
{{#customTitle:IAFS_FileInfo::Title Property}}
{{#parentPage:PXV:IAFS_FileInfo|property}}
+
{{#parentPage:PXV:IAFS_FileInfo#Properties|Title|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''Title''' of interface [[PXV:IAFS_FileInfo|IAFS_FileInfo]] returns  Value of BSTR ...
+
Gets the title of the file.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Title([out, retval] BSTR* ppTitle);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Title([out, retval] BSTR* sTitle);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IAFS_FileInfo|IAFS_FileInfo]].
+
[[PXV:IAFS_FileInfo|IAFS_FileInfo]]

Latest revision as of 03:10, 15 June 2015

Gets the title of the file.

Syntax

HRESULT get_Title([out, retval]  BSTR*  sTitle);

See Also

IAFS_FileInfo