BCDocumentUIRedlinesFile Property |
Loads/saves document redline information from/to the specified file.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public string RedlinesFile { get; set; }
Public Property RedlinesFile As String
Get
Set
public:
property String^ RedlinesFile {
String^ get ();
void set (String^ value);
}
member RedlinesFile : string with get, set
Property Value
Type:
StringRemarks
If is assigned, redline information is removed.
See Also