IPXC_AnnotData_Markup::Title Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AnnotData_Markup::Title Property}}
 
{{#customTitle:IPXC_AnnotData_Markup::Title Property}}
{{#parentPage:PXV:IPXC_AnnotData_Markup#Properties|Title Property|property}}
+
{{#parentPage:PXV:IPXC_AnnotData_Markup#Properties|Title|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Title''' of interface [[PXV:IPXC_AnnotData_Markup|IPXC_AnnotData_Markup]] returns/sets  Value of BSTR ...
+
Property '''Title''' of interface [[PXV:IPXC_AnnotData_Markup|IPXC_AnnotData_Markup]] returns/sets  Value of BSTR containing the value of the '''/T''' atom of the PDF Structure. This field contains the information about the Author of the annotation.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_AnnotData_Markup|IPXC_AnnotData_Markup]].
+
[[PXV:IPXC_AnnotData_Markup|IPXC_AnnotData_Markup]]

Latest revision as of 06:45, 20 April 2017


Property Title of interface IPXC_AnnotData_Markup returns/sets Value of BSTR containing the value of the /T atom of the PDF Structure. This field contains the information about the Author of the annotation.

Syntax

HRESULT get_Title([out, retval]  BSTR*  ppTitle);
HRESULT put_Title([in]  BSTR  ppTitle);

See Also

IPXC_AnnotData_Markup