IPXC_Annotation::Name Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval] BSTR* sName); |
− | HRESULT put_Name([in] BSTR | + | HRESULT put_Name([in] BSTR sName); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_Annotation|IPXC_Annotation]] | [[PXV:IPXC_Annotation|IPXC_Annotation]] |
Latest revision as of 03: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);