Property Source
Source
Sets or gets the Stream the HexView is operating on; the stream must support seeking (CanSeek == true).
public Stream Source { get; set; }
Property Value
- Stream
The source.
Sets or gets the Stream the HexView is operating on; the stream must support seeking (CanSeek == true).
public Stream Source { get; set; }
The source.