LayoutContainer.ScaleHorizontal Method

Scales the content horizontally.

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

Syntax

C#
public LayoutContainer ScaleHorizontal(
	double value
)
VB
Public Function ScaleHorizontal ( 
	value As Double
) As LayoutContainer

Parameters

value
Type: System.Double
The scale factor.

Return Value

Type: LayoutContainer
The nested container with the applied scaling.

See Also