IPXC_AnnotData::Border Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Border''' of interface [[PXV:IPXC_AnnotData|IPXC_AnnotData]] returns/sets Pointer to [[PXV:PXC_AnnotBorder|PXC_AnnotBorder]] ...
+
Gets/sets the [[PXV:PXC_AnnotBorder|border]] of the annotation.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 00:40, 4 May 2015


Gets/sets the border of the annotation.

Syntax

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

See Also

See also IPXC_AnnotData.