SaveOptionsFolderPath Property |
Gets or sets the folder path for saving result images(For Imaging Comparison only).
Namespace: GroupDocs.Comparison.OptionsAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 20.12.0.0 (20.12)
Syntaxpublic string FolderPath { get; set; }
Public Property FolderPath As String
Get
Set
public:
property String^ FolderPath {
String^ get ();
void set (String^ value);
}
member FolderPath : string with get, set
Property Value
Type:
String
See Also