IPXC_AnnotData_Markup::Title Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_AnnotData_Markup::Title Property}} | {{#customTitle:IPXC_AnnotData_Markup::Title Property}} | ||
{{#parentPage:PXV:IPXC_AnnotData_Markup#Properties|Title|property}} | {{#parentPage:PXV:IPXC_AnnotData_Markup#Properties|Title|property}} | ||
− | |||
{{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 == |
Latest revision as of 05: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);