| 
BodyRegion
IsInsertRevision Property
  | 
 Gets a value indicating whether this item was inserted to the document.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool IsInsertRevision { get; }
 
Public ReadOnly Property IsInsertRevision As Boolean
	Get
 
public:
property bool IsInsertRevision {
	bool get ();
}
 
member IsInsertRevision : bool with get
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also