PrintDocument for WinForms
RenderBlockGraphicsBegin メソッド (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : RenderBlockGraphicsBegin メソッド
Creates an internally maintained RenderGraphics object that can be used to add graphics to the block flow of the current document.
シンタックス
'宣言
 
Public Function RenderBlockGraphicsBegin() As System.Boolean
'使用法
 
Dim instance As C1PrintDocument
Dim value As System.Boolean
 
value = instance.RenderBlockGraphicsBegin()
public System.bool RenderBlockGraphicsBegin()

戻り値の型

This method always returns true.
解説
Between the calls to this method and C1PrintDocument.RenderBlockGraphicsEnd, use C1PrintDocument.CurrentBlockRenderGraphics property to access the RenderGraphics object that can be used to draw on.

This method throws an exception if a call to RenderBlockGraphicsBegin without a matching call to C1PrintDocument.RenderBlockGraphicsEnd has already been issued.

This method can only be used between calls to C1PrintDocument.StartDoc and C1PrintDocument.EndDoc methods on the current document. For details, see C1PrintDocument.RenderBlock.

参照

C1PrintDocument クラス
C1PrintDocument メンバ
RenderBlockGraphicsEnd メソッド
RenderGraphics クラス
StartDoc メソッド
EndDoc メソッド
Generate メソッド