Table of Contents

Method TranslateY

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

TranslateY(double)

Shifts the content vertically.

public LayoutContainer TranslateY(double offset)

Parameters

offset double

The vertical offset.

Returns

LayoutContainer

The nested container with the applied offset.

Remarks

Read the Translate section of the Size, position, and rendering of containers article to know how to shift content.