WpfDocumentPreviewer.StreamWrapper.Commit C# (CSharp) Method

Commit() public method

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