PrintDocument for WinForms
Reflow メソッド (C1PrintDocument)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : Reflow メソッド
現在のドキュメントをリフローします。ハンドラが GenerateDocumentイベントに割り当てられている場合は、このハンドラが呼び出されます。その以外の場合は、 Generateメソッドが呼び出されます。
シンタックス
'宣言
 
Public Function Reflow() As System.Boolean
'使用法
 
Dim instance As C1PrintDocument
Dim value As System.Boolean
 
value = instance.Reflow()
public System.bool Reflow()

戻り値の型

ドキュメント生成中に警告が発生しなかった場合は true。警告が発生した場合は false。
参照

C1PrintDocument クラス
C1PrintDocument メンバ