C2020-002 Logic to use either the Letter or A4 paper size
This commit is contained in:
@@ -768,8 +768,7 @@ namespace Volian.Print.Library
|
||||
}
|
||||
private float GetYPageSizeUseOnAllButFirstPage()
|
||||
{
|
||||
//float _PointsPerPage = PDFPageSize.PaperSizePoints(MyItemInfo.ActiveFormat.PlantFormat.FormatData.PDFPageSize.PaperSize); // A4 paper logic
|
||||
float _PointsPerPage = 792;
|
||||
float _PointsPerPage = PDFPageSize.PaperSizePoints(MyItemInfo.ActiveFormat.PlantFormat.FormatData.PDFPageSize.PaperSize); // C2020-002 paper size is now set in the format files
|
||||
int indx = (int)MyItemInfo.MyDocStyle.IndexOtherThanFirstPage;
|
||||
foreach (DocStyle ds in MyItemInfo.ActiveFormat.PlantFormat.DocStyles.DocStyleList)
|
||||
{
|
||||
|
Reference in New Issue
Block a user