PrintDocument for WinForms
AdvanceBlockFlow メソッド (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : AdvanceBlockFlow メソッド
The amount by which to advance the block flow position (can be negative).
Advances the current block flow position by the specified distance.
シンタックス
'宣言
 
Public Sub AdvanceBlockFlow( _
   ByVal distance As Unit _
) 
'使用法
 
Dim instance As C1PrintDocument
Dim distance As Unit
 
instance.AdvanceBlockFlow(distance)
public void AdvanceBlockFlow( 
   Unit distance
)

パラメータ

distance
The amount by which to advance the block flow position (can be negative).
解説
The specified distance must specify an absolute value (i.e. it cannot be an expression or percentage), but it may be negative to move the current block flow position up on the current page.

This method can only be used between calls to C1PrintDocument.StartDoc and C1PrintDocument.EndDoc methods on the current document.

参照

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