Gets a value indicating whether the document contains redline information.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
public bool HasRedlines { get; }
public bool HasRedlines { get; }
Public ReadOnly Property HasRedlines As Boolean
Get
Public ReadOnly Property HasRedlines As Boolean
Get
public:
property bool HasRedlines {
bool get ();
}
public:
property bool HasRedlines {
bool get ();
}
Uses the value of the AMDocumentPropertySet._HAS_REDLINES property.
The server can be forced to update the property by calling the
HasRedlineData(Boolean) method.