IPXV_PageRegion::RectOnPage 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:IPXV_PageRegion::RectOnPage Property}}
 
{{#customTitle:IPXV_PageRegion::RectOnPage Property}}
{{#parentPage:PXV:IPXV_PageRegion|RectOnPage Property|property}}
+
{{#parentPage:PXV:IPXV_PageRegion#Properties|RectOnPage|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_RectOnPage([out, retval]  PXC_Rect*  pRect);
+
<pre class="brush:cpp;gutter:false">HRESULT get_RectOnPage([out, retval]  PXC_Rect*  stRect);
HRESULT put_RectOnPage([in]  PXC_Rect*  pRect);
+
HRESULT put_RectOnPage([in]  PXC_Rect*  stRect);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_PageRegion|IPXV_PageRegion]].
+
[[PXV:IPXV_PageRegion|IPXV_PageRegion]]

Latest revision as of 04: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);

See Also

IPXV_PageRegion