Click or drag to resize

BodyLayoutElement Lines Property

Gives the ability to retrieve the individual lines comprising a body.

Namespace: Spire.Doc.Pages
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public LayoutCollection<FixedLayoutLine> Lines { get; }

Property Value

Type: LayoutCollection FixedLayoutLine
See Also