PrintDocument for WinForms
RenderBlockGraphicsEnd メソッド (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : RenderBlockGraphicsEnd メソッド
Adds the internally maintained RenderGraphics object created with a previous call to C1PrintDocument.RenderBlockGraphicsBegin to the block flow of the current document.
シンタックス
'宣言
 
Public Function RenderBlockGraphicsEnd() As System.Boolean
'使用法
 
Dim instance As C1PrintDocument
Dim value As System.Boolean
 
value = instance.RenderBlockGraphicsEnd()
public System.bool RenderBlockGraphicsEnd()

戻り値の型

true if no warnings were generated by this call, false otherwise.
解説
Internally, this method calls C1PrintDocument.RenderBlock, passing the C1PrintDocument.CurrentBlockRenderGraphics as the parameter, and resets the internal variable used to hold that value.
参照

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