In This Topic
GdPicture14.WEB Namespace / DocuVieware Class / SinglePageView Property

SinglePageView Property

In This Topic
Specifies whether the viewer displays only one page at once.
When set to false, the viewer displays multiple document pages on the screen at the same time.
Syntax
'Declaration
 
Public Property SinglePageView As Boolean
public bool SinglePageView {get; set;}
Remarks
Default value is false.
See Also