IPXC_AnnotData_Markup::Title Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_AnnotData_Markup::Title Property}} | {{#customTitle:IPXC_AnnotData_Markup::Title Property}} | ||
− | {{#parentPage:PXV:IPXC_AnnotData_Markup|Title | + | {{#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 == | ||
Line 13: | Line 13: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_AnnotData_Markup|IPXC_AnnotData_Markup]] |
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);