diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index 73f45136..73836ef3 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -3265,6 +3265,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _SpecialLandscapeMode, "@SpecialLandscapeMode"); } } + private LazyLoad _LimitWidToPageWid; + public bool LimitWidToPageWid + { + get + { + return LazyLoad(ref _LimitWidToPageWid, "@LimitWidToPageWid"); + } + } private VE_Font _ModifiedTextStyle; public VE_Font ModifiedTextStyle {