How can I change the View Mode of DocumentViewer
?, I want the page to be full width since the beginning.
If I use documentViewer.FitToWidth()
it does stretch but not completely.
If I use ctrl+2 it stretches completely and thats what I want to achieve programmatically or using xaml if possible.
Thanks