DocumentPageView.OnDpiChanged(DpiScale, DpiScale) Method

Definition

Invoked when the DPI setting for the document page view is changed.

protected:
 override void OnDpiChanged(System::Windows::DpiScale oldDpiScaleInfo, System::Windows::DpiScale newDpiScaleInfo);
protected override void OnDpiChanged (System.Windows.DpiScale oldDpiScaleInfo, System.Windows.DpiScale newDpiScaleInfo);
override this.OnDpiChanged : System.Windows.DpiScale * System.Windows.DpiScale -> unit
Protected Overrides Sub OnDpiChanged (oldDpiScaleInfo As DpiScale, newDpiScaleInfo As DpiScale)

Parameters

oldDpiScaleInfo
DpiScale

The available size that the parent can give to the child. This is soft constraint.

newDpiScaleInfo
DpiScale

The DocumentPageView's desired size.

Applies to