Added Email & UpdateSettings flags

Keep code from failing if _LinkLocations is null
Add PromsPrinter to constructor for VlnPageHelper
This commit is contained in:
Rich
2012-05-10 15:44:27 +00:00
parent 1c183dc7ae
commit b0a8ee1625
3 changed files with 14 additions and 1 deletions

View File

@@ -346,7 +346,7 @@ namespace Volian.Print.Library
// Set up Helper for the particular Section
if (_MyHelper == null)
{
cb.PdfWriter.PageEvent = _MyHelper = new VlnSvgPageHelper(mySection);
cb.PdfWriter.PageEvent = _MyHelper = new VlnSvgPageHelper(mySection, this);
_MyHelper.AllowAllWatermarks = AllowAllWatermarks;
_MyHelper.MyPdfWriter = cb.PdfWriter;
_MyHelper.CreatingFoldoutPage = doingFoldout;