How do I force a page break? I'm using:
Dim Report As New Aspose.Pdf.Generator.Pdf
Dim Section As New Aspose.Pdf.Generator.Section
I have employee data. After each employee, I want to force a new page. I only have one section. I know I could create a new section for each employee, and that would do it. But, within a section, can I just force a break?
Dim Report As New Aspose.Pdf.Generator.Pdf
Dim Section As New Aspose.Pdf.Generator.Section
I have employee data. After each employee, I want to force a new page. I only have one section. I know I could create a new section for each employee, and that would do it. But, within a section, can I just force a break?