WpfDocumentPreviewer.StreamWrapper.Revert C# (CSharp) Method

Revert() public method

This operation is not supported.
public Revert ( ) : void
return void
		public void Revert() {
			throw new NotSupportedException();
		}