IPXV_PageRegion::RectOnPage Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_PageRegion::RectOnPage Property}} | {{#customTitle:IPXV_PageRegion::RectOnPage Property}} | ||
+ | {{#parentPage:PXV:IPXV_PageRegion#Properties|RectOnPage|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''RectOnPage''' of interface [[PXV:IPXV_PageRegion|IPXV_PageRegion]] returns/sets Pointer to [[PXV:PXC_Rect|PXC_Rect]] ... | Property '''RectOnPage''' of interface [[PXV:IPXV_PageRegion|IPXV_PageRegion]] returns/sets Pointer to [[PXV:PXC_Rect|PXC_Rect]] ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_RectOnPage([out, retval] PXC_Rect* | + | <pre class="brush:cpp;gutter:false">HRESULT get_RectOnPage([out, retval] PXC_Rect* stRect); |
− | HRESULT put_RectOnPage([in] PXC_Rect* | + | HRESULT put_RectOnPage([in] PXC_Rect* stRect); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_PageRegion|IPXV_PageRegion]] |
Latest revision as of 03:02, 15 June 2015
Property RectOnPage of interface IPXV_PageRegion returns/sets Pointer to PXC_Rect ...
Syntax
HRESULT get_RectOnPage([out, retval] PXC_Rect* stRect); HRESULT put_RectOnPage([in] PXC_Rect* stRect);