When opening an MSWord Section, if the Document Zoom is less than 40% change it to 100%
This commit is contained in:
		| @@ -287,6 +287,8 @@ namespace Volian.Controls.Library | ||||
| 				doc.Application.Selection.ParagraphFormat.LineSpacing = 72 / 6;    // for 6 LPI | ||||
| 				MSWordToPDF.AdjustMargins(ds, doc, false); | ||||
| 			} | ||||
| 			if (doc.ActiveWindow.ActivePane.View.Zoom.Percentage < 40) | ||||
| 				doc.ActiveWindow.ActivePane.View.Zoom.Percentage = 100; | ||||
| 		} | ||||
| 		public void FindSearchString() | ||||
| 		{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rich
					Rich