Gets or set a value indicating whether this item was deleted from the document,
when "Track Changes" is or was set to "true".
Namespace: Spire.Doc.FieldsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool IsDeleteRevision { get; }
Public ReadOnly Property IsDeleteRevision As Boolean Get
public: property bool IsDeleteRevision { bool get (); }
member IsDeleteRevision : bool with get
Property Value
Booleanif this instance is delete revision, set to true.