diff --git a/PROMS/Volian.Svg.Library/iTextSharp.cs b/PROMS/Volian.Svg.Library/iTextSharp.cs index 93284233..8ce39fbb 100644 --- a/PROMS/Volian.Svg.Library/iTextSharp.cs +++ b/PROMS/Volian.Svg.Library/iTextSharp.cs @@ -941,7 +941,8 @@ namespace Volian.Svg.Library { get { - if (BackgroundReader == null) return false; + // If no background treat as if it were created with 32 Bit PROMS + if (BackgroundReader == null) return true; return BackgroundReader.Info["Producer"].ToString().StartsWith("iTextSharp"); } }