PrintDocument for WinForms
RenderBlock メソッド (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : RenderBlock メソッド
The RenderObject to add to the block flow.
Adds a RenderObject into the block flow of the current document, and resolves it.

This method can only be used if C1PrintDocument.IsStartEndDocMode is true.

シンタックス
'宣言
 
Public Function RenderBlock( _
   ByVal ro As RenderObject _
) As System.Boolean
'使用法
 
Dim instance As C1PrintDocument
Dim ro As RenderObject
Dim value As System.Boolean
 
value = instance.RenderBlock(ro)
public System.bool RenderBlock( 
   RenderObject ro
)

パラメータ

ro
The RenderObject to add to the block flow.

戻り値の型

true if no warnings were generated by this call, false otherwise.
解説
As all other RenderBlock..., RenderDirect... and RenderInline... methods, This method can only be used between calls to C1PrintDocument.StartDoc and C1PrintDocument.EndDoc on the current document, i.e. when the C1PrintDocument.IsStartEndDocMode property is true.

Do not use this method if the document is generated with a call to the C1PrintDocument.Generate method.

参照

C1PrintDocument クラス
C1PrintDocument メンバ
StartDoc メソッド
EndDoc メソッド
Generate メソッド
Warnings プロパティ