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

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool IsEndOfDocument { get; }
Public ReadOnly Property IsEndOfDocument As Boolean
	Get
public:
virtual property bool IsEndOfDocument {
	bool get () sealed;
}
abstract IsEndOfDocument : bool with get
override IsEndOfDocument : bool with get

Property Value

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

Implements

IParagraph..::..IsEndOfDocument

See Also