我制作了一个使用PrintForm
元素的打印表单,但是当它在预览中打开时,打印时会切断表单的一部分。
我看了很多教程但是对我来说没有一点对我很有意义,因为我不是很有经验。任何帮助将不胜感激。
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
PrintForm1.PrintAction = Printing.PrintAction.PrintToPreview
PrintForm1.Print()