Add text to checkbox for blank page printing
Improve pagination for SAMG facing page print
This commit is contained in:
@@ -240,5 +240,11 @@ namespace VEPROMS.CSLA.Library
|
||||
CtrlRight = 7,
|
||||
CtrlLeft = 8
|
||||
}
|
||||
public enum E_SupInfoPrintType : uint
|
||||
{
|
||||
None = 0,
|
||||
DoPageBreaks = 1,
|
||||
Merge = 2
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
Reference in New Issue
Block a user