Add text to checkbox for blank page printing

Improve pagination for SAMG facing page print
This commit is contained in:
2017-05-12 13:50:02 +00:00
parent d8f00ec197
commit bbbcdf946a
7 changed files with 166 additions and 43 deletions

View File

@@ -240,5 +240,11 @@ namespace VEPROMS.CSLA.Library
CtrlRight = 7,
CtrlLeft = 8
}
public enum E_SupInfoPrintType : uint
{
None = 0,
DoPageBreaks = 1,
Merge = 2
}
#endregion
}