PrintDocument for WinForms
Reflow メソッド (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : Reflow メソッド
Reflows the current document. If a handler has been assigned to the C1PrintDocument.GenerateDocument event, that handler is invoked. Otherwise, the C1PrintDocument.Generate method is called.
シンタックス
'宣言
 
Public Function Reflow() As System.Boolean
'使用法
 
Dim instance As C1PrintDocument
Dim value As System.Boolean
 
value = instance.Reflow()
public System.bool Reflow()

戻り値の型

True if no warnings occurred during document generation, false if there were warnings.
参照

C1PrintDocument クラス
C1PrintDocument メンバ