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.SetBytes

Sets the byte array to be displayed in the viewer

[Visual Basic]
Overridable Public Sub SetBytes( _
   ByVal bytes() As Byte _
)
[C#]
public virtual void SetBytes(
   byte[] bytes
);
[C++]
public: virtual void SetBytes(
   unsigned char* bytes[]
);
[JScript]
public function SetBytes(
   bytes : Byte[]
);

Parameters

bytes
byte array to be displayed

See Also

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