Method Scale
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Scale(double)
Scales the content horizontally and vertically.
public LayoutContainer Scale(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.