Document Constructor (String, String) |
Initializes new instance of
Document class.
Namespace: GroupDocs.ComparisonAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 20.12.0.0 (20.12)
Syntaxpublic Document(
string filePath,
string password
)
Public Sub New (
filePath As String,
password As String
)
public:
Document(
String^ filePath,
String^ password
)
new :
filePath : string *
password : string -> Document
Parameters
- filePath
- Type: SystemString
Document path - password
- Type: SystemString
Document password
See Also