Sets the height of the content.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public LayoutContainer Height(
double height
)
VB
Public Function Height (
height As Double
) As LayoutContainer
Parameters
- height
- Type: System.Double
The height.
Return Value
Type:
LayoutContainerThe nested container with the applied height.
See Also