自定义纸张

要使用自定义纸张,只需直接设置纸张的宽度和高度即可。

示例

例如使用一个10厘米宽,12厘米高的纸张:

Dim doc As New PrintDoc() '定义一个报表
doc.PageSetting.Width = 100 '纸张宽度为100毫米
doc.PageSetting.Height =
120 '纸张高度为120毫米
doc.Preview()
'预览


本页地址:http://www.foxtable.com/webhelp/topics/1191.htm