IPXC_Annotation::Name Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Annotation::Name Property}}
 
{{#customTitle:IPXC_Annotation::Name Property}}
{{#parentPage:PXV:IPXC_Annotation|property}}
+
{{#parentPage:PXV:IPXC_Annotation#Properties|Name|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Name''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns/sets  Value of BSTR ...
+
Represents a name of the annotation that uniquely identifying it among all annotations on its page. For some annotations types this property may has a value of empty string.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval] BSTR* pName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval] BSTR* sName);
HRESULT put_Name([in] BSTR pName);
+
HRESULT put_Name([in] BSTR sName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Annotation|IPXC_Annotation]].
+
[[PXV:IPXC_Annotation|IPXC_Annotation]]

Latest revision as of 04:47, 20 February 2017


Represents a name of the annotation that uniquely identifying it among all annotations on its page. For some annotations types this property may has a value of empty string.

Syntax

HRESULT get_Name([out, retval]  BSTR*  sName);
HRESULT put_Name([in]  BSTR  sName);

See Also

IPXC_Annotation