F2023-035: WCN Supplemental information pages, when duplex print need left margin adjustment for hole punch
This commit is contained in:
@@ -171,6 +171,18 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _SupplementalInformation, "@SupplementalInformation");
|
||||
}
|
||||
}
|
||||
// F2023-035: WCN - allow for change in left margin for supplemental information pages by
|
||||
// setting a value in the DocStyle for the adjustment. This is used when importing the vlnParagraph page
|
||||
// page & when doing pagelist items
|
||||
private LazyLoad<float?> _SupInfoMargAdj;
|
||||
public float? SupInfoMargAdj
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _SupInfoMargAdj, "@SupInfoMargAdj");
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
#region LandscapePageList
|
||||
[Category("Miscellaneous")]
|
||||
|
Reference in New Issue
Block a user