IPXC_Article::BeadRect Property

From PDF XChange PDF SDK
Jump to: navigation, search

Gets/sets the bound rectangle of the bead.

Syntax

HRESULT get_BeadRect([in]           ULONG      nBead,
                     [out, retval]  PXC_Rect*  stRect);
HRESULT put_BeadRect([in]  ULONG      nBead,
                     [in]  PXC_Rect*  stRect);

Parameters

nBead
[in] Index of bead in article.

See Also

IPXC_Article