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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.