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.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool IsInsertRevision { get; }
Public ReadOnly Property IsInsertRevision As Boolean
	Get
public:
property bool IsInsertRevision {
	bool get ();
}
member IsInsertRevision : bool with get

Property Value

Boolean
if this instance was inserted, set to true.

See Also