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:
@@ -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
|
||||
|
Reference in New Issue
Block a user