IUIX_RangesNavigator::MinZoom Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
{{#customTitle:IUIX_RangesNavigator::MinZoom Property}}
 
{{#customTitle:IUIX_RangesNavigator::MinZoom Property}}
 
{{#parentPage:PXV:IUIX_RangesNavigator#Properties|MinZoom|property}}
 
{{#parentPage:PXV:IUIX_RangesNavigator#Properties|MinZoom|property}}
{{ToWrite}}
+
 
{{ToReview}}
+
  
 
Property '''MinZoom''' of interface [[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]] returns  Value of double ...
 
Property '''MinZoom''' of interface [[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]] returns  Value of double ...
Line 11: Line 10:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_MinZoom([out, retval]  double*  pMinZoom);
+
<pre class="brush:cpp;gutter:false">HRESULT get_MinZoom([out, retval]  double*  nMinZoom);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]]
 
[[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]]

Latest revision as of 12:11, 16 June 2015


Property MinZoom of interface IUIX_RangesNavigator returns Value of double ...

Returns the minimum allowable zoom value

Syntax

HRESULT get_MinZoom([out, retval]  double*  nMinZoom);

See Also

IUIX_RangesNavigator