LayoutContainer.TranslateX Method

Shifts the content horizontally.

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public LayoutContainer TranslateX(
	double offset
)
VB
Public Function TranslateX ( 
	offset As Double
) As LayoutContainer

Parameters

offset
Type: System.Double
The horizontal offset.

Return Value

Type: LayoutContainer
The nested container with the applied offset.

See Also