DocumentRotationChanged

This commit is contained in:
Developer01 2025-04-23 12:40:28 +02:00
parent 278d56c58d
commit 4e2682a75d

View File

@ -1,5 +1,6 @@
Imports System.Data.SqlClient
Imports System.IO
Imports DevExpress.XtraBars.Docking
Imports DigitalData.Modules.Logging
Imports EnvelopeGenerator.Common
Imports EnvelopeGenerator.Common.Constants
@ -161,6 +162,7 @@ Public Class EnvelopeEditorController
Try
Dim oFixedPath = FixPageRotation.FixPageRotation(pDocumentFilePath)
If oFixedPath <> pDocumentFilePath Then
DocumentRotationChanged()
Logger.Info("PageRotation has been reseted to 0.")
End If
Dim oFileInfo = New FileInfo(oFixedPath)