LayoutInline Method (Double, Double, LengthUnit) |
Creates a layout used when element should be embedded in-line with the rest of the content.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic static InlineLayout Inline(
double width,
double height,
LengthUnit unit
)
Public Shared Function Inline (
width As Double,
height As Double,
unit As LengthUnit
) As InlineLayout
Parameters
- width
- Type: SystemDouble
The width of the embedded element. - height
- Type: SystemDouble
The height of the embedded element. - unit
- Type: GemBox.DocumentLengthUnit
The measurement unit used for width and height.
Return Value
Type:
InlineLayoutA new instance of an
InlineLayout type which contains all in-line embedded element's layout-related properties.
See Also