[]
Advances the current block flow position by the specified distance.
public void AdvanceBlockFlow(Unit distance)
Type | Name | Description |
---|---|---|
Unit | 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 StartDoc() and EndDoc() methods on the current document.