B2020-020 Needed to pass in the DocVersionInfo to the Consistency Check report so that we can get the paper size.
This commit is contained in:
@@ -30,10 +30,11 @@ namespace Volian.Print.Library
|
||||
get { return _MyItemInfoList; }
|
||||
set { _MyItemInfoList = value; }
|
||||
}
|
||||
public PDFConsistencyCheckReport(string fileName, ItemInfoList myItemInfoList)
|
||||
public PDFConsistencyCheckReport(string fileName, ItemInfoList myItemInfoList, DocVersionInfo myDocVersion)
|
||||
{
|
||||
_FileName = fileName;
|
||||
_MyItemInfoList = myItemInfoList;
|
||||
_MyDocVersion = myDocVersion; //B2020-020 needed to pass in DocVersion to get paper size from format
|
||||
}
|
||||
public void BuildReport()
|
||||
{
|
||||
|
Reference in New Issue
Block a user