←Select platform

ZoomToFit Property

Summary

Gets or sets the value that determines whether the dialog should display the Image Zoomed to fit the preview window.

Syntax

C#
VB
C++
public bool ZoomToFit { get; set; } 
  
Public Property ZoomToFit As Boolean 
public: 
property bool ZoomToFit { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true means the dialog should display the Image Zoomed to fit the preview window, false means the dialog should display the Image with normal size in the preview window.

Example

Refer to RasterWindowLevelDialog example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.