'宣言 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
- 処理する RenderObject オブジェクト。
戻り値の型
エラーが発生しなかった場合は true を返します。