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!

PrintPreviewControl.InvalidatePreview

Refreshes the preview of the document.

[Visual Basic]
Public Sub InvalidatePreview()
[C#]
public void InvalidatePreview();
[C++]
public: void InvalidatePreview();
[JScript]
public function InvalidatePreview();

Remarks

Call this method if the document appearance has changed.

See Also

PrintPreviewControl Class | PrintPreviewControl Members | System.WinForms Namespace