IPXC_Annotation::Name Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_Annotation::Name Property}} | {{#customTitle:IPXC_Annotation::Name Property}} | ||
{{#parentPage:PXV:IPXC_Annotation#Properties|Name|property}} | {{#parentPage:PXV:IPXC_Annotation#Properties|Name|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | 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 == |
Revision as of 09:27, 27 May 2015
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* ppName); HRESULT put_Name([in] BSTR ppName);