IPXV_PageRegion::RectOnPage Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 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|RectOnPage | + | {{#parentPage:PXV:IPXV_PageRegion#Properties|RectOnPage|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 9: | ||
== 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);