NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ByteViewer.SetFile

Sets the file to be displayed in the viewer. The viewer will load the file

[Visual Basic]
Overridable Public Sub SetFile( _
   ByVal path As String _
)
[C#]
public virtual void SetFile(
   string path
);
[C++]
public: virtual void SetFile(
   String* path
);
[JScript]
public function SetFile(
   path : String
);

Parameters

path
file path

See Also

ByteViewer Class | ByteViewer Members | System.ComponentModel.Design Namespace