In This Topic
GdPicture14.WPF Namespace / GdViewer Class / ContinuousViewMode Property

ContinuousViewMode Property (GdViewer)

In This Topic
Determines whether the GdViewer control display pages in the multipage document continuously one below another when the user scrolls the current page. This property is designed for viewing multipage documents, which is currently not supported in WPF edition.
Syntax
'Declaration
 
Public Property ContinuousViewMode As Boolean
public bool ContinuousViewMode {get; set;}
public read-write property ContinuousViewMode: Boolean; 
public function get,set ContinuousViewMode : boolean
public: __property bool get_ContinuousViewMode();
public: __property void set_ContinuousViewMode( 
   bool value
);
public:
property bool ContinuousViewMode {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.
Remarks
The multipage display mode is currently not supported in WPF edition.
See Also