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
doubleThe 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.