Method ScaleHorizontal
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
ScaleHorizontal(double)
Scales the content horizontally.
public LayoutContainer ScaleHorizontal(double value)
Parameters
value
doubleThe scale factor.
Returns
- LayoutContainer
The nested container with the applied scaling.
Remarks
Read the Scale section of the Size, position, and rendering of containers article for examples of using this method.