Gets or sets the display mode of the document to show thumbnails or bookmarks. The default value is NotSet.

C# | Visual Basic | Visual C++ |
public DocumentDisplayMode DocumentDisplayMode { get; set; }
Public Property DocumentDisplayMode As DocumentDisplayMode
public: property DocumentDisplayMode DocumentDisplayMode { DocumentDisplayMode get (); void set (DocumentDisplayMode value); }