Enum ZoomMode
Namespace TallComponents.Interaction.WPF
The zoom mode.
Fields
Normal
Normal zoom mode (meaning, none of the other).
FitEntirePage
The pages viewer will to fit the entire current page exactly.
The ZoomFactor is updated automatically after the window resizes.
FitPageWidth
The pages viewer will to fit the width of the page exactly.
The ZoomFactor is updated automatically after the window resizes.
ActualSize
The pages viewer will zoom to the actual size (assuming a 72 DPI screen).