DocumentViewer Constructor (String, String) |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic DocumentViewer(
string diagTitle,
string filePath
)
Public Sub New (
diagTitle As String,
filePath As String
)
public:
DocumentViewer(
String^ diagTitle,
String^ filePath
)
new :
diagTitle : string *
filePath : string -> DocumentViewer
Parameters
- diagTitle
- Type: SystemString
- filePath
- Type: SystemString
See Also