IPXC_AnnotData::Border Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AnnotData::Border Property}}
 
{{#customTitle:IPXC_AnnotData::Border Property}}
{{#parentPage:PXV:IPXC_AnnotData|property}}
+
{{#parentPage:PXV:IPXC_AnnotData#Properties|Border|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Border''' of interface [[PXV:IPXC_AnnotData|IPXC_AnnotData]] returns/sets Pointer to [[PXV:PXC_AnnotBorder|PXC_AnnotBorder]] ...
+
Gets/sets a [[PXV:PXC_AnnotBorder|border]] of the annotation.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Border([out, retval] PXC_AnnotBorder* pBorder);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Border([out, retval] PXC_AnnotBorder* pBorder);
HRESULT put_Border([in] PXC_AnnotBorder* pBorder);
+
HRESULT put_Border([in] PXC_AnnotBorder* pBorder);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_AnnotData|IPXC_AnnotData]].
+
[[PXV:IPXC_AnnotData|IPXC_AnnotData]]

Latest revision as of 10: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);

See Also

IPXC_AnnotData