Click or drag to resize

Paragraph IsEndOfDocument Property

Gets a value indicating whether this paragraph is end of document.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool IsEndOfDocument { get; }

Property Value

Type: Boolean
if this instance is end of document, set to true .

Implements

IParagraph IsEndOfDocument
See Also