IPXC_RedactOverlayParams::Border Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_RedactOverlayParams::Border Property}}
 
{{#customTitle:IPXC_RedactOverlayParams::Border Property}}
{{#parentPage:PXV:IPXC_RedactOverlayParams|Border Property|property}}
+
{{#parentPage:PXV:IPXC_RedactOverlayParams#Properties|Border|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Border''' of interface [[PXV:IPXC_RedactOverlayParams|IPXC_RedactOverlayParams]] returns/sets  Pointer to [[PXV:PXC_AnnotBorder|PXC_AnnotBorder]] ...
+
Property '''stBorder''' of interface [[PXV:IPXC_RedactOverlayParams|IPXC_RedactOverlayParams]] returns/sets  Pointer to [[PXV:PXC_AnnotBorder|PXC_AnnotBorder]] ...
  
 
== 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*  stBorder);
HRESULT put_Border([in]  PXC_AnnotBorder*  pBorder);
+
HRESULT put_Border([in]  PXC_AnnotBorder*  stBorder);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_RedactOverlayParams|IPXC_RedactOverlayParams]].
+
[[PXV:IPXC_RedactOverlayParams|IPXC_RedactOverlayParams]]

Latest revision as of 03:36, 15 June 2015


Property stBorder of interface IPXC_RedactOverlayParams returns/sets Pointer to PXC_AnnotBorder ...

Syntax

HRESULT get_Border([out, retval]  PXC_AnnotBorder*  stBorder);
HRESULT put_Border([in]  PXC_AnnotBorder*  stBorder);

See Also

IPXC_RedactOverlayParams