IUIX_DrawStringCache::Cropped Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Cropped''' of interface [[PXV:IUIX_DrawStringCache|IUIX_DrawStringCache]] returns  Value of VARIANT_BOOL ...
+
Property '''bCropped''' of interface [[PXV:IUIX_DrawStringCache|IUIX_DrawStringCache]] returns  Value of VARIANT_BOOL ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Cropped([out, retval]  VARIANT_BOOL*  Cropped);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Cropped([out, retval]  VARIANT_BOOL*  bCropped);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_DrawStringCache|IUIX_DrawStringCache]]
 
[[PXV:IUIX_DrawStringCache|IUIX_DrawStringCache]]

Latest revision as of 04:19, 15 June 2015


Property bCropped of interface IUIX_DrawStringCache returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_Cropped([out, retval]  VARIANT_BOOL*  bCropped);

See Also

IUIX_DrawStringCache