This commit is contained in:
parent
eaa0dd1ada
commit
2aa7156813
@ -387,7 +387,7 @@ namespace VEPROMS.CSLA.Library
|
||||
|
||||
public static void UpdateDocPdf(DocumentInfo mydoc, Color overrideColor)
|
||||
{
|
||||
if (mydoc.DocPdf == null || overrideColor != mydoc.DocumentConfig.Printing_Color)
|
||||
if (mydoc.DocPdf == null || overrideColor.ToArgb() != mydoc.DocumentConfig.Printing_Color.ToArgb())
|
||||
{
|
||||
MSWordToPDF.OverrideColor = overrideColor;
|
||||
SetDocPdf(mydoc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user