Gets a value indicating whether this paragraph is end of document.
Namespace: Spire.Doc.DocumentsAssembly: 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
Booleanif this instance is end of document, set to true.