IPXV_FileAttachmentPtr::Name Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_FileAttachmentPtr::Name Property}}
 
{{#customTitle:IPXV_FileAttachmentPtr::Name Property}}
 +
{{#parentPage:PXV:IPXV_FileAttachmentPtr#Properties|Name|property}}
 +
{{ToReview}}
  
Property '''Name''' of interface [[PXV:IPXV_FileAttachmentPtr|IPXV_FileAttachmentPtr]] returns  Value of BSTR ...
+
Property '''Name''' of interface [[PXV:IPXV_FileAttachmentPtr|IPXV_FileAttachmentPtr]] returns  Value of BSTR containing the name of the Attachment in the EmbeddedFiles NameTree. If the (AnnotIndex != -1) then the property contains the name of the Attachment's annotation.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval] BSTR* ppStr);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval] BSTR* sStr);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_FileAttachmentPtr|IPXV_FileAttachmentPtr]].
+
[[PXV:IPXV_FileAttachmentPtr|IPXV_FileAttachmentPtr]]

Latest revision as of 06:38, 20 January 2017


Property Name of interface IPXV_FileAttachmentPtr returns Value of BSTR containing the name of the Attachment in the EmbeddedFiles NameTree. If the (AnnotIndex != -1) then the property contains the name of the Attachment's annotation.

Syntax

HRESULT get_Name([out, retval]  BSTR*  sStr);

See Also

IPXV_FileAttachmentPtr