B2025-054 Wrong Page Numbers in CAS Summary
This commit is contained in:
@@ -345,6 +345,12 @@ namespace Volian.Print.Library
|
||||
// will skip certain logic if CAS Only or CTS Only
|
||||
public PromsPrinterPrintType PromsPrinterPrintType { get; set; } = PromsPrinterPrintType.Normal;
|
||||
|
||||
//B2025-054 Wrong Page Numbers in CAS Summary
|
||||
// when section title continued and CAS
|
||||
// Flag for when should build the CAS_CTAS
|
||||
//to avoid overwriting data
|
||||
public bool ShouldPrint_CAS_CTAS { get; set; } = true;
|
||||
|
||||
public PromsPrinter(ItemInfo myItem, string rev, string watermark, bool debugOutput, bool origPgBrk, string backgroundFolder, bool openPDF, bool overWrite,
|
||||
ChangeBarDefinition cbd, String pdfFile, bool insertBlankPages, bool batchPrint, string prefix, bool saveLinks, int removeTrailngHardReturnsAndManualPageBreaks, string blankPageText, bool didAll, MergedPdf mergedPdf, string watermarkColor, int PrtSectID = -1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user