ZoomToFit Property
Summary
Gets or sets the value that determines whether the dialog should display the Image Zoomed to fit the preview window.
Syntax
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.