ページ数に合わせて印刷するの設定をします。

Namespace: YiaoWang.Vender.Office
Assembly: YiaoWang.Vender.Office (YiaoWang.Vender.Office.dll 内) バージョン: 2.11.5.7 (2.11.5.7)

Syntax

C#
public void SetFitToPages(
	int wide,
	int tall
)
Visual Basic
Public Sub SetFitToPages ( _
	wide As Integer, _
	tall As Integer _
)

Parameters

wide
Type: System..::..Int32
横。(指定なしは0)
tall
Type: System..::..Int32
縦。(指定なしは0)

Remarks