B2019-044 Since the watermark switch on the print dialog can turn off the printing of a watermark, created a enum of the watermark options but without the “None’ option for use only on the Print dialog.

B2019-044 The watermark switch on the print dialog will now turn off the printing of a watermark when there is a default set at the working draft level.
This commit is contained in:
2019-03-26 13:58:15 +00:00
parent 676ebac6cd
commit 389250bad3
2 changed files with 16 additions and 4 deletions

View File

@@ -15,6 +15,14 @@ namespace VEPROMS.CSLA.Library
[Description("Information Only")]
InformationOnly
}
// B2019-044 use Enum without the "None" option for the print dialog
[TypeConverter(typeof(EnumDescConverter))]
public enum PrintDlgWatermarkList : int
{
Reference, Draft, Master, Sample,
[Description("Information Only")]
InformationOnly
}
// Change Bar Use from 16-bit code:
// No Default
// Without Change Bars