Share via


PageWindow.PreviewDocument Property

SharePoint Designer Developer Reference

Returns a DesignerDocument object that represents the document in the preview mode of the Page view.

Syntax

expression.PreviewDocument

expression   Required. A variable that represents a PageWindow object.

Remarks

The PreviewDocument property returns nothing if the active page window is not currently in preview mode.

See Also