Click or drag to resize

ParagraphBaseIsInsertRevision Property

Gets a value indicating whether this item was inserted to the document, when "Track Changes" is or was set to "true".

Namespace:  Spire.Doc.Fields
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public bool IsInsertRevision { get; }

Property Value

Type: Boolean
if this instance was inserted, set to true.
See Also