Menu testo e fix float margine
This commit is contained in:
parent
3d1f92321e
commit
a81451bd6b
6 changed files with 42 additions and 41 deletions
|
|
@ -1,4 +1,6 @@
|
|||
Imports System.IO
|
||||
Option Strict Off
|
||||
Option Infer On
|
||||
Imports System.IO
|
||||
Imports System.Drawing.Drawing2D
|
||||
Imports System.Drawing.Imaging
|
||||
'Imports System.Threading
|
||||
|
|
@ -564,12 +566,12 @@ Catch ex As Exception
|
|||
|
||||
Private Sub aggiungiLogo(imgOutputBig As Bitmap)
|
||||
'imgOutputBig
|
||||
If PicSettings.LogoAggiungi = True And File.Exists(PicSettings.LogoNomeFile) Then
|
||||
If PicSettings.LogoAggiungi = True And (File.Exists(PicSettings.LogoNomeFile) Or PicSettings.LockDownMode )Then
|
||||
|
||||
Dim ImmagineLogo As Image
|
||||
|
||||
If (PicSettings.LockDownMode)
|
||||
ImmagineLogo = PicSettings.BuiltInImage
|
||||
ImmagineLogo = PicSettings.BuiltInImage.Clone()
|
||||
Else
|
||||
ImmagineLogo = Image.FromFile(PicSettings.LogoNomeFile)
|
||||
End If
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue