IPXV_OCRRegion::Rect Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''stRect''' 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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Rect([out, retval] PXC_Rect* stRect); |
− | HRESULT put_Rect([in] PXC_Rect | + | HRESULT put_Rect([in] PXC_Rect stRect); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_OCRRegion|IPXV_OCRRegion]] | [[PXV:IPXV_OCRRegion|IPXV_OCRRegion]] |
Revision as of 03:01, 15 June 2015
Property stRect 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);