Bugfix, fillPFG-> getPage
This commit is contained in:
@@ -955,7 +955,10 @@ Public Class cFormularManager
|
|||||||
If listToWrite IsNot Nothing Then
|
If listToWrite IsNot Nothing Then
|
||||||
For Each i In listToWrite
|
For Each i In listToWrite
|
||||||
Dim overStr As PdfContentByte = stamper.GetOverContent(i.getPage)
|
Dim overStr As PdfContentByte = stamper.GetOverContent(i.getPage)
|
||||||
If i.Text <> "" Then write(overStr, i, pdf.GetPageSize(i.getPage).Height)
|
If overStr IsNot Nothing AndAlso i.Text <> "" Then
|
||||||
|
Dim height = pdf.GetPageSize(i.getPage).Height
|
||||||
|
If height IsNot Nothing Then write(overStr, i, height)
|
||||||
|
End If
|
||||||
Next
|
Next
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|||||||
Reference in New Issue
Block a user