IPXV_OCRRegion::Rect Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_OCRRegion::Rect Property}}
 
{{#customTitle:IPXV_OCRRegion::Rect Property}}
 +
{{#parentPage:PXV:IPXV_OCRRegion#Properties|Rect|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Rect''' of interface [[PXV:IPXV_OCRRegion|IPXV_OCRRegion]] returns/sets  Value of [[PXV:PXC_Rect|PXC_Rect]] ...
 
Property '''Rect''' of interface [[PXV:IPXV_OCRRegion|IPXV_OCRRegion]] returns/sets  Value of [[PXV:PXC_Rect|PXC_Rect]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Rect([out, retval] PXC_Rect* Rect);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Rect([out, retval] PXC_Rect* stRect);
HRESULT put_Rect([in] PXC_Rect Rect);
+
HRESULT put_Rect([in] PXC_Rect stRect);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_OCRRegion|IPXV_OCRRegion]].
+
[[PXV:IPXV_OCRRegion|IPXV_OCRRegion]]

Latest revision as of 12:39, 9 June 2016


Property Rect of interface IPXV_OCRRegion returns/sets Value of PXC_Rect ...

Syntax

HRESULT get_Rect([out, retval]  PXC_Rect*  stRect);
HRESULT put_Rect([in]  PXC_Rect  stRect);

See Also

IPXV_OCRRegion