IPXC_AnnotData::Border Property
From PDF XChange PDF SDK
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::Border Property}} | {{#customTitle:IPXC_AnnotData::Border Property}} | ||
− | {{#parentPage:PXV:IPXC_AnnotData#Properties|Border | + | {{#parentPage:PXV:IPXC_AnnotData#Properties|Border|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Gets/sets | + | Gets/sets a [[PXV:PXC_AnnotBorder|border]] of the annotation. |
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_AnnotData|IPXC_AnnotData]] | + | [[PXV:IPXC_AnnotData|IPXC_AnnotData]] |
Latest revision as of 09:12, 27 May 2015
Gets/sets a border of the annotation.
Syntax
HRESULT get_Border([out, retval] PXC_AnnotBorder* pBorder); HRESULT put_Border([in] PXC_AnnotBorder* pBorder);