Vor Anpassung ViewerMode von Rahman
This commit is contained in:
parent
59aed06099
commit
3e2287c6b5
@ -497,6 +497,11 @@ Public Class DocumentViewer
|
||||
GdViewer.Visible = False
|
||||
RichEditControl1.Dock = DockStyle.Fill
|
||||
Case Else
|
||||
Select Case oExtension.ToUpper
|
||||
Case ".DOC", ".DOCX", ".ODT", ".RTF", ".TXT", ".DWG"
|
||||
GdViewer.ForceTemporaryMode = False
|
||||
End Select
|
||||
|
||||
GdViewer.ZoomMode = ViewerZoomMode.ZoomModeWidthViewer
|
||||
GdViewer.DocumentAlignment = ViewerDocumentAlignment.DocumentAlignmentTopCenter
|
||||
If Viewer_ForceTemporaryMode = True Then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user