e.Form.Controls("Label1").Text = "[PageNo]"
e.Form.Controls("Label2").Text = "[PageCount]"
e.Form.Page.Landscape = True '横向打印
e.Form.Page.Width = 215.9 '纸张宽度为100毫米
e.Form.Page.Height = 93.1 '纸张高度为120毫米
e.Form.Page.LeftMargin = 10 '设置左边距
e.Form.Page.RightMargin = 0 '设置右边距
e.Form.Page.TopMargin = 7 '设置上边距
e.Form.Page.BottomMargin = 0 '设置下边距
Dim doc As PrintDoc = e.Form.GernatePrintDoc()
doc.Preview()
请问241-3的纸张类型该设置成哪一个,这样打出来貌似一直是A4纸的