DocumentViewerUpdateView Method (String, String, Double, Double) |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic void UpdateView(
string DiagTitle,
string FileId,
double width,
double height
)
Public Sub UpdateView (
DiagTitle As String,
FileId As String,
width As Double,
height As Double
)
public:
void UpdateView(
String^ DiagTitle,
String^ FileId,
double width,
double height
)
member UpdateView :
DiagTitle : string *
FileId : string *
width : float *
height : float -> unit
Parameters
- DiagTitle
- Type: SystemString
- FileId
- Type: SystemString
- width
- Type: SystemDouble
- height
- Type: SystemDouble
See Also